diff --git a/hero.html b/hero.html new file mode 100644 index 0000000..8ec13e8 --- /dev/null +++ b/hero.html @@ -0,0 +1,13 @@ +
+ {{if .Get "img"}}{{end}} +
+

{{.Get "title"}}

+

{{.Get "description"}}

+ {{ if .Get "audio"}}{{end}} + + {{if .Get "btn"}} + + {{end}} + +
+
diff --git a/recent-audio.html b/recent-audio.html new file mode 100644 index 0000000..6cad523 --- /dev/null +++ b/recent-audio.html @@ -0,0 +1 @@ +{{partial "recent-audio" .}} \ No newline at end of file