update templates, recipe
This commit is contained in:
parent
9d38ed70fb
commit
8585f25816
3 changed files with 17 additions and 1 deletions
|
@ -13,7 +13,19 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
{% if header %}
|
||||
<header id="header">
|
||||
{{ header | safe }}
|
||||
<hr>
|
||||
</header>
|
||||
{% endif %}
|
||||
{% block content %}{% endblock %}
|
||||
{% if footer %}
|
||||
<footer id="footer">
|
||||
<hr>
|
||||
{{ footer | safe }}
|
||||
</footer>
|
||||
{% endif %}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue