From b35e9773198ef2d8b37c4ca223f08147db47de0b Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Sat, 12 Dec 2015 21:14:28 +0100 Subject: moving the root of source code from / to /src/ --- src/web/templates/feeds.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/web/templates/feeds.html (limited to 'src/web/templates/feeds.html') diff --git a/src/web/templates/feeds.html b/src/web/templates/feeds.html new file mode 100644 index 00000000..9ba16359 --- /dev/null +++ b/src/web/templates/feeds.html @@ -0,0 +1,7 @@ +{% extends "layout.html" %} +{% block content %} +
+

{{ _('You are subscribed to') }} {{ feeds.count() }} {{ _('feeds') }} · {{ _('Add a') }} {{ _('feed') }}

+ {% include "feed_list.html" %} +
+{% endblock %} -- cgit