Code layout change.
[wolnelektury.git] / src / wolnelektury / templates / latest_blog_posts.html
diff --git a/src/wolnelektury/templates/latest_blog_posts.html b/src/wolnelektury/templates/latest_blog_posts.html
new file mode 100644 (file)
index 0000000..24d486e
--- /dev/null
@@ -0,0 +1,9 @@
+{% spaceless %}
+
+<ol>
+{% for post in posts %}
+    <li><a href="{{ post.link }}">{{ post.title }}</a></li>
+{% endfor %}
+</ol>
+
+{% endspaceless %}
\ No newline at end of file