Initial
This commit is contained in:
9
src/templates/recipes.html
Normal file
9
src/templates/recipes.html
Normal file
@@ -0,0 +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 body %}
|
||||
<h1>{{ localize('title.recipes') }}</h1>
|
||||
{{ render_recipe_list(this.pagination.items) }}
|
||||
{{ render_pagination_all(this.pagination) }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user