1
Fork 0

Reuse page title for content title

This commit is contained in:
Jake Howard 2020-05-02 22:21:01 +01:00
parent fc67b68748
commit 5da62bcd6e
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,6 @@
{% block headerimage %}{% static "img/header.jpg" %}{% endblock %}
{% block content %}
<h1>About</h1>
<br />
<br />
<br />

View File

@ -8,6 +8,7 @@
{% endblock %}
<div class="container">
<h1>{% block title %}{% endblock %}</h1>
{% block content %}{% endblock %}
</div>
{% endblock%}