grain/app/views/templates/header.html

8 lines
157 B
HTML
Raw Normal View History

2024-07-23 20:40:39 +00:00
{{define "header"}}
<header>
<h1 class="mt-8 mb-8 text-3xl font-bold text-textSecondary">
Welcome to the GRAIN Frontend 🌾
</h1>
</header>
{{end}}