{% endif %}
{{ post.getTitle(locale) }}
{{ post.getDescription(locale) }}
{% extends 'base.html.twig' %} {% block title %}{{ 'blog.page_title'|trans({}, 'Blog') }}{% endblock %} {% block metaKeywords %}{{ 'blog.meta_keywords'|trans({}, 'Blog') }}{% endblock %} {% block metaDescription %}{{ 'blog.meta_description'|trans({}, 'Blog') }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
{{ 'blog.subtitle'|trans({}, 'Blog') }}
{{ post.getDescription(locale) }}
{{ 'blog.no_posts'|trans({}, 'Blog') }}