From 79dfa104623d51b7e0bdb411eadceda1747d0a20 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 14 Sep 2013 10:44:59 +0200 Subject: Templates has been removed to the upper folder. --- source/templates/article.html | 67 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 source/templates/article.html (limited to 'source/templates/article.html') diff --git a/source/templates/article.html b/source/templates/article.html new file mode 100644 index 00000000..c1fe41e5 --- /dev/null +++ b/source/templates/article.html @@ -0,0 +1,67 @@ +## article.html +<%inherit file="base.html"/> +
+
+

${article["article_title"]} from ${feed["feed_title"]}

+
+ %if article["article_like"]: + + %else: + + %endif +    +

+ ${description} +
+ + + +
+
+ + + +
+


+ + %if plain_text == "1": + HTML version + %else: + Plain text + %endif + - Export to EPUB +
+ + Share this article:

+ + + + + + + + + + + + + + + + + + + + + + +

+
+ +
+
-- cgit