This commit is contained in:
Matthew Dillon 2015-06-21 11:07:01 -08:00
parent 4396fabab8
commit 030b820251
19 changed files with 218 additions and 0 deletions

10
layouts/audio/single.html Normal file
View file

@ -0,0 +1,10 @@
{{ partial "head.html" . }}
{{ partial "header.html" . }}
<main class="siteContent container">
<h1>MRD Audio</h1>
{{ .Render "li" }}
</main>
{{ partial "footer.html" . }}
{{ partial "foot.html" . }}