website/templates/shortcodes/last_articles.html
2022-09-19 18:41:09 +02:00

7 lines
No EOL
224 B
HTML

{% for page in section.pages %}
<article>
<h2 class="article-list_title"><a href="{{page.permalink|safe}}">{{page.title}}</a></h2>
<small>{{page.date}}</small>
<p>{{page.description|safe}}</p>
</article>
{% endfor %}