GoStart/web/views/templates/header.html

8 lines
157 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-textSecondary">
2024-06-13 20:13:14 +00:00
Welcome to My GO Web App Framework
</h1>
</header>
{{end}}