1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/templates/index.html
2010-08-17 15:04:12 +02:00

4 lines
102 B
HTML

{% for article in articles %}
<h2>{{ article.title }}</h2>
{{ article.content }}
{% endfor %}