GoStart/web/views/#header.html

7 lines
172 B
HTML
Raw Normal View History

2024-05-27 00:38:49 +00:00
{{define "header"}}
<header>
<h1 class="mt-8 mb-8 text-3xl font-bold text-blue-400">
Welcome to My GO Web App Framework {{.Title}}
</h1>
</header>
{{end}}