summaryrefslogtreecommitdiff
path: root/templates/article.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/article.html')
-rw-r--r--templates/article.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/article.html b/templates/article.html
new file mode 100644
index 0000000..a208c75
--- /dev/null
+++ b/templates/article.html
@@ -0,0 +1,7 @@
+{{define "main"}}
+<article>
+ <h1>{{.Title}}</h1>
+ {{template "article_meta" .}}
+ <div class="content">{{.Content}}</div>
+</article>
+{{end}}