website/templates/shortcodes/last_articles.html

9 lines
278 B
HTML

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