summaryrefslogtreecommitdiffstats
path: root/feincms/templates/content/rss/content.html
diff options
context:
space:
mode:
Diffstat (limited to 'feincms/templates/content/rss/content.html')
-rw-r--r--feincms/templates/content/rss/content.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/feincms/templates/content/rss/content.html b/feincms/templates/content/rss/content.html
new file mode 100644
index 0000000..c1eaaf9
--- /dev/null
+++ b/feincms/templates/content/rss/content.html
@@ -0,0 +1,8 @@
+<h2><a href="{{ feed_link }}">{{ feed_title }}</a></h2>
+
+<ul>
+{% for entry in entries %}
+ <li><a href="{{ entry.link }}">{{ entry.title }}</a></li>
+{% endfor %}
+</ul>
+