Allow to write static pages in HTML
This commit is contained in:
parent
e5fcd61105
commit
7b55cea90b
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@
|
|||
|
||||
{% block content %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.content }}</p>
|
||||
{{ page.content|safe }}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue