X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c6d5dd71ad0d9bae811cc9002248d9399c7fdff7..d69fc5f16ed739c02685e7d695abf6de59c2bf5e:/apps/wolnelektury_core/templates/latest_blog_posts.html diff --git a/apps/wolnelektury_core/templates/latest_blog_posts.html b/apps/wolnelektury_core/templates/latest_blog_posts.html new file mode 100644 index 000000000..24d486ef1 --- /dev/null +++ b/apps/wolnelektury_core/templates/latest_blog_posts.html @@ -0,0 +1,9 @@ +{% spaceless %} + +
    +{% for post in posts %} +
  1. {{ post.title }}
  2. +{% endfor %} +
+ +{% endspaceless %} \ No newline at end of file