indiescrobble/templates/header.tmpl

7 lines
82 B
Cheetah
Raw Normal View History

{{ define "header.tmpl" }}
<header>
<h1>
IndieScrobble
</h1>
</header>
{{end}}