Template refactor
This commit is contained in:
parent
7b35e932d3
commit
8fb1947891
6 changed files with 27 additions and 33 deletions
|
|
@ -1,11 +1 @@
|
|||
{% extends "default" %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<div>
|
||||
<h1 class="text-xl font-bold md:text-2xl">{{ page.title }}</h1>
|
||||
|
||||
<div class="mt-4">
|
||||
{{ parent() }}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% extends 'base' %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue