Remove the default title on pages
This commit is contained in:
parent
ddaf8c0027
commit
3a0d5f6be1
1 changed files with 0 additions and 1 deletions
|
@ -3,6 +3,5 @@
|
||||||
{% block title %}{{ page.title }}{% endblock %}
|
{% block title %}{{ page.title }}{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>{{ page.title }}</h1>
|
|
||||||
{{ page.content|safe }}
|
{{ page.content|safe }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue