1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/templates/index.html
Alexis Metaireau 00cf9644d8 First import.
2010-08-14 05:45:16 +02:00

4 lines
93 B
HTML

{% for article in articles %}
{{ article.title }}
{{ article.content }}
{% endfor %}