diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-15 08:20:00 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-15 08:20:00 +0100 |
commit | 9a6fe2bf696c4c364518159735f4f5d12c666681 (patch) | |
tree | c540d7d1cf76542627673ef36490c641bb02f50f /source/static/templates/plain_text.html | |
parent | Updated revision date (diff) | |
download | newspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.tar.gz newspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.tar.bz2 newspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.zip |
Reaorganization of folders for the CSS, templates and pictures.
Diffstat (limited to 'source/static/templates/plain_text.html')
-rw-r--r-- | source/static/templates/plain_text.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/static/templates/plain_text.html b/source/static/templates/plain_text.html new file mode 100644 index 00000000..44b7da91 --- /dev/null +++ b/source/static/templates/plain_text.html @@ -0,0 +1,5 @@ +## plain_text.html +<%inherit file="base.html"/> +<div class="left inner"> + <h1><i>${article_title}</i> from <a href="/articles/%s">${feed_title}</a></h1><br /> + ${description}
\ No newline at end of file |