{% extends 'app/' ~ template ~ '.html.twig' %} {% block title %}{{ article.metaTitle|striptags }}{% endblock %} {% block meta_desc %}{{ article.metaDescription|striptags }}{% endblock %} {% block og_type %}article{% endblock %} {% block og_title %}{{ article.metaTitle|striptags }}{% endblock %} {% block og_description %}{{ article.metaDescription|striptags }}{% endblock %} {% block og_image %}{% spaceless %}{% if article.file is not null %}{{ absolute_url(asset(article.file.path)) }}{% endif %}{% endspaceless %}{% endblock %} {% block content %}
| {{ attachment.title }} | Télécharger |