work done
This commit is contained in:
parent
4b496a7d4f
commit
43fe9aea31
7 changed files with 125 additions and 30 deletions
5
core/templates/header.html
Executable file
5
core/templates/header.html
Executable file
|
@ -0,0 +1,5 @@
|
|||
<header class="w-full bg-red-600 text-white py-4 shadow-md">
|
||||
<div class="max-w-4xl {% if center is None or center %}mx-auto{% endif %} px-4">
|
||||
<h1 class="text-2xl font-bold {% if center is None or center %}{% else %}ml-5{% endif %}">{{ title }}</h1>
|
||||
</div>
|
||||
</header>
|
Loading…
Add table
Add a link
Reference in a new issue