diff --git a/templates/blog-post.html b/templates/blog-post.html index 6f24d52..962d881 100644 --- a/templates/blog-post.html +++ b/templates/blog-post.html @@ -2,5 +2,34 @@ {% from "macros/blog.html" import render_blog_post %} {% block title %}{{ this.title }}{% endblock %} {% block body %} - {{ render_blog_post(this) }} +
+
+
+
+
+

{{ this.title }}

+

+

{{ this.subtitle }}

+

+ + Posted on {{ this.pub_date }} by {% if this.twitter_handle %}{{ this.author or this.twitter_handle }}{% else %}{{ this.author }} {% endif %} + +
+
+
+
+
+
+
+
+
+
+
+ {{ render_blog_post(this) }} +
+
+
+
+
+
{% endblock %}