{% extends "layouts" ~ DIR ~ "default.twig" %} {% block content %} {% if posts.paginated is not empty %}
{{ "Search results for “%s”" | translate | format(search | fix) }}
{% else %}
{{ "Your search did not return any results." | translate }}
{% endif %} {% for post in posts.paginated %} {% include(["feathers" ~ DIR ~ post.feather ~ ".twig", "feathers" ~ DIR ~ "missing.twig"]) %} {% endfor %} {% endblock %}