azube/core/templates/header.html

6 lines
307 B
HTML
Raw Normal View History

2024-12-05 13:45:51 +01:00
<header class="w-full bg-red-600 text-white py-4 shadow-md max-h-20 h-full max-h-20">
2024-12-04 16:36:57 +01:00
<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>