Files
cnt-sindikatua/views/templates/author.twig

8 lines
202 B
Twig
Raw Normal View History

2025-07-14 07:33:32 +00:00
{% extends 'layouts/base.twig' %}
{% block content %}
{% for post in posts %}
{% include ['partials/tease-' ~ post.type ~ '.twig', 'partials/tease.twig'] %}
{% endfor %}
{% endblock %}