aboutsummaryrefslogtreecommitdiff
path: root/simple-entry-list.st
diff options
context:
space:
mode:
Diffstat (limited to 'simple-entry-list.st')
-rw-r--r--simple-entry-list.st9
1 files changed, 9 insertions, 0 deletions
diff --git a/simple-entry-list.st b/simple-entry-list.st
new file mode 100644
index 0000000..cf77ced
--- /dev/null
+++ b/simple-entry-list.st
@@ -0,0 +1,9 @@
+$header(title="$feed_name$")$
+
+<ul>
+$entries:{entry |
+ <li><a href="$entry.link$">$entry.title$</a></li>
+}$
+</ul>
+
+$footer()$