{% extends "index.html.twig" %}
{% block page_title %}Informations{% endblock %}
{% block message %}
{% embed '@AdminLTE/Widgets/box-widget.html.twig' %}
{% block box_body %}
{% set file = 'html/article_' ~ article ~ '.html' %}
{% include file %}
{#% if (article == 1) %}
{% include 'html/article_1.html' %}
{% else %}
{% include 'html/article_2.html' %}
{% endif %#}
{% endblock %}
{% endembed %}
{% endblock %}