Makefile, AppCache and numerous other changes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{% extends "layout.html" %}
|
||||
{% from "macros/recipes.html" import render_recipe_list %}
|
||||
{% from "macros/pagination.html" import render_pagination_all %}
|
||||
{% block title %}{{ localize('title.recipes') }}{% endblock %}
|
||||
{% block title %}{{ localize(this.alt, 'title.recipes') }}{% endblock %}
|
||||
{% block body %}
|
||||
<h1>{{ localize('title.recipes') }}</h1>
|
||||
<h1>{{ localize(this.alt, 'title.recipes') }}</h1>
|
||||
{{ render_recipe_list(this.pagination.items) }}
|
||||
{{ render_pagination_all(this.pagination) }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user