X-Git-Url: http://git.ithinksw.org/~jspiros/reader.git/blobdiff_plain/9b96433a50883314722dd38216dc38e8915f2a4f..2c563a536795dae3cc7b973595612e245f66f33b:/templates/reader/includes/entry.html diff --git a/templates/reader/includes/entry.html b/templates/reader/includes/entry.html new file mode 100644 index 0000000..38cc058 --- /dev/null +++ b/templates/reader/includes/entry.html @@ -0,0 +1,8 @@ +
+

{{ entry.title }}

+

Published on {{ entry.published }}. Last updated on {{ entry.updated }}.

+ +
+ {% if entry.summary %}{{ entry.summary|safe }}{% else %}{% if entry.content %}{{ entry.content|safe }}{% endif %}{% endif %} +
+
\ No newline at end of file