diff --git a/templates/display/story.html b/templates/display/story.html new file mode 100644 index 0000000..1f78003 --- /dev/null +++ b/templates/display/story.html @@ -0,0 +1,48 @@ +{% extends "base.html" %} + +{% block head %} + +{% endblock %} + +{% block innercontentmore %} class="scrollable"{% endblock %} +{% block mainmore %} class="storycontent" {% endblock %} + +{% block infoleft %} +
{% for line in lines %}{% if line|make_list|first == ">" %}{{ line }}{% else %}{{ line }}{% endif %}{% endfor %}
+
+