forked from github/pelican
4 lines
102 B
HTML
4 lines
102 B
HTML
{% for article in articles %}
|
|
<h2>{{ article.title }}</h2>
|
|
{{ article.content }}
|
|
{% endfor %}
|