aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/post.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/post.html b/assets/post.html
new file mode 100644
index 0000000..80934c6
--- /dev/null
+++ b/assets/post.html
@@ -0,0 +1,13 @@
+<!-- begin post: {{ post.id }} -->
+<div class="post">
+<hr class="hdiv"/>
+<div class="head">
+<h2><span class="title">%s</span></h2>
+<span class="date">{{ post.date_string }} <!-- {{ post.epoch }} --></span>
+</div>
+<div class="body">
+%s
+</div> <!--body-->
+<hr class="hdiv"/>
+</div>
+<!-- end post: {{ post.id }} -->