1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/templates/index.html

4 lines
102 B
HTML
Raw Normal View History

2010-08-14 05:45:16 +02:00
{% for article in articles %}
2010-08-17 15:04:12 +02:00
<h2>{{ article.title }}</h2>
2010-08-14 05:45:16 +02:00
{{ article.content }}
{% endfor %}