grain/app/views/templates/header.html

8 lines
157 B
HTML

{{define "header"}}
<header>
<h1 class="mt-8 mb-8 text-3xl font-bold text-textSecondary">
Welcome to the GRAIN Frontend 🌾
</h1>
</header>
{{end}}