{% apply spaceless %} Blog - {% block meta_title %}{{ _page ? _page.title.value : null }}{% endblock %} {% block metas %} {% endblock %} {% block css %} {{ encore_entry_link_tags('app') }} {% endblock %} {# #}
{{ include('module/_navigation.html.twig') }}

{%- block page_title -%} {{- 'Simon Vieille' -}} {%- endblock -%}

{% block page_subtitle %}

{{- 'DevOp animé par la culture du libre et du hacking' -}}

{% endblock %}
{% set flashes = app.flashes %} {% if flashes|length %} {% for level, messages in flashes %} {% for message in messages %}
{{- message|nl2br -}}
{% endfor %} {% endfor %} {% endif %}
{% block body %} {% endblock %}
{% set c %}Je soutiens Tinternet & cie, les Chatons et l'April{% endset %}
{% block js %} {{ encore_entry_script_tags('app') }} {% endblock %} {% endapply %}