{{ post.title }}
{{ post_excerpt(post) }}
{% extends "layout.twig" %} {% block title %}Slim Blog{% endblock %} {% block meta %} {% endblock %} {% block content %}
{% if searchQuery %} {% endif %} {% if categories is not empty %} {% endif %}{{ post_excerpt(post) }}
Aucun article publié{% if searchQuery %} pour « {{ searchQuery }} »{% elseif activeCategory %} dans cette catégorie{% endif %}.
{% endfor %}