Tidy templates
This commit is contained in:
parent
28c0fb7bcf
commit
a3dcda88b3
2 changed files with 3 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
{% extends 'default' %}
|
||||
|
||||
{% block content_top %}
|
||||
<h1 class="text-blue mb-4">{{ page.title }}</h1>
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue