mirror of
https://github.com/avecms/AVE.cms.git
synced 2026-08-01 08:45:44 +00:00
2 lines
198 B
Twig
2 lines
198 B
Twig
<div class="content-list">{% for item in items %}<article><h2><a href="{{ item.url }}">{{ item.title }}</a></h2>{% if item.excerpt %}<p>{{ item.excerpt }}</p>{% endif %}</article>{% endfor %}</div>
|