GoStart/web/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 My GO Web App Framework
</h1>
</header>
{{end}}