mirror of
https://github.com/0ceanSlim/grain.git
synced 2024-11-22 16:47:13 +00:00
8 lines
157 B
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}}
|