summaryrefslogtreecommitdiffci
path: root/views/partials/general-page-header.html
blob: ac536d7980710ef57dfdd2df432416faa618a992 (plain)
1
2
3
4
5
<title>{{ .Title }} // SAYA TODAY</title>
<div class="flex flex-row mb-2">
    {{ block "header" . }}{{ end }}
    <h1 class="text-4xl font-andika font-light italic text-shadow-[0_2px_2px_var(--main-soft-color)] text-left my-auto">{{ .Title }}</h1>
</div>