aboutsummaryrefslogtreecommitdiff
path: root/templates/partials/header.django
blob: 5af34eb8eac501b640984fc692545ee67e70d95e (plain)
1
2
3
4
<header class="h-14 flex items-center justify-between px-8 border-b border-white/[0.04]">
    <h1 id="page-title" class="text-sm font-medium text-zinc-100">{{ PageTitle }}</h1>
    {% block header_actions %}{% endblock %}
</header>