summaryrefslogtreecommitdiff
path: root/templates/details/readme.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/details/readme.html')
-rw-r--r--templates/details/readme.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/details/readme.html b/templates/details/readme.html
new file mode 100644
index 0000000..4d42804
--- /dev/null
+++ b/templates/details/readme.html
@@ -0,0 +1,8 @@
+{% load typogrify_tags %}
+
+ <article role="main">
+ <h1 class="page--title">{{object.title|safe}}</h1>
+ <div class="post--article">
+ {{object.body_html|safe|smartypants|widont}}
+ </div>
+ </article>