Změna závislostí šablon na base.html

This commit is contained in:
2022-04-11 22:41:59 +02:00
parent 7dab67256e
commit df5977bb18
8 changed files with 49 additions and 54 deletions

View File

@ -1,10 +1,9 @@
{% extends "index.html" %}
{% extends "base.html" %}
{% block title %}{{ config.title }} — {{ page.title }}{% endblock title %}
{% block content %}
<main class="recipe">
<h2>{{ page.title | upper }}</h2>
<hr>
{{ macro::recipe_image() }}
@ -18,7 +17,6 @@
<hr>
{{ macro::recipe_taxonomies() }}
</main>
{% endblock content %}