take one on music feature
This commit is contained in:
11
templates/tunes.tmpl
Normal file
11
templates/tunes.tmpl
Normal file
@@ -0,0 +1,11 @@
|
||||
<!--music.tmpl-->
|
||||
{{ template "header.tmpl" . }}
|
||||
<p>
|
||||
This serves as a compilation of every band that I like. Genres may vary, however I mostly listen to Hardcore, various genres of Metal, and Ska.
|
||||
</p>
|
||||
<div class="music-container">
|
||||
{{ $val := range . }}
|
||||
<a href="{{ $val.Url }}" class="music">{{ $val.Name }}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ template "footer_no_banners.tmpl" . }}
|
||||
Reference in New Issue
Block a user