leilukin-tumbleblog/themes/blossom/pages/index.twig

12 lines
315 B
Twig

{% extends "layouts" ~ DIR ~ "default.twig" %}
{% block content %}
{% for post in posts.paginated %}
{% include(["feathers" ~ DIR ~ post.feather ~ ".twig", "feathers" ~ DIR ~ "missing.twig"]) %}
{% else %}
<div role="status" class="ribbon">
{{ "Nothing here yet!" | translate }}
</div>
{% endfor %}
{% endblock %}