-
+ {{template "header" .}}
SkunkyArt is an alternative frontend for deviantart.com, written in Go.
diff --git a/static/html/daily.htm b/static/html/daily.htm
new file mode 100644
index 0000000..b3b6044
--- /dev/null
+++ b/static/html/daily.htm
@@ -0,0 +1,13 @@
+
+
+ {{template "head" . }}
+
+ {{template "header" . }}
+ {{if ne .Templates.DDStrips ""}}
+ # Strips
+ {{.Templates.DDStrips}}
+ {{end}}
+ # Content
+ {{.Templates.SomeList}}
+
+
\ No newline at end of file
diff --git a/html/deviantion.htm b/static/html/deviantion.htm
similarity index 72%
rename from html/deviantion.htm
rename to static/html/deviantion.htm
index 50710b6..f357dd7 100644
--- a/html/deviantion.htm
+++ b/static/html/deviantion.htm
@@ -1,24 +1,8 @@
-
- SkunkyArt | {{.Templates.Deviation.Post.Deviation.Author.Username}} - {{.Templates.Deviation.Post.Deviation.Title}}
-
-
-
-
+ {{template "head" . }}
-
+ {{template "header" . }}
{{.Templates.Deviation.Post.Deviation.Author.Username}} β {{if (.Templates.Deviation.Post.Deviation.DD)}}
diff --git a/html/gruser.htm b/static/html/gruser.htm
similarity index 87%
rename from html/gruser.htm
rename to static/html/gruser.htm
index a219e36..c8227ef 100644
--- a/html/gruser.htm
+++ b/static/html/gruser.htm
@@ -1,21 +1,11 @@
-
- SkunkyArt |
- {{if eq .Type 'a'}}
- {{.Templates.GroupUser.GR.Owner.Username}}
- {{else}}
- gallery of {{.Templates.GroupUser.GR.Owner.Username}}
- {{end}}
-
-
-
-
+ {{template "head" . }}