{{ article.summary }}
+ {% endif %} + +diff --git a/theme/templates/article.html b/theme/templates/article.html
new file mode 100644
index 0000000..2cdf4c9
--- /dev/null
+++ b/theme/templates/article.html
@@ -0,0 +1,29 @@
+{% extends "base.html" %}
+{% block title %}{{ article.title }} - {{ SITENAME }}{% endblock %}
+{% block metadesc %}{% if article.summary %}{{ article.summary|e }}{% else %}An Article in {{ SITETAG }}: {{
+article.title }}{% endif
+%}{% endblock %}
+
+
+{% block container_body %}
+{% block container_header %}
+{% endblock container_header %}
+{{ article.title }}
+