{% extends "Intranet/Global.php.twig" %} {% block header %} Back Office | Home {% endblock %} {% macro menu_links(links,idRUB) %} {% import _self as macros %} {% for link in links %}
  • {{ link.title }} {% if link.children %} {% endif %}
  • {% if link.children %}
    {{ macros.menu_links(link.children, 'sub') }}
    {% endif %} {% endfor %} {% endmacro %} {% import _self as macros %} {% block body %}
    {{ macros.menu_links(allRubs,'RubMenu') }}
    Nouvelle Page d'acceuil
    Nouvel Article
    Nouvelle Rubrique
    {#{{ R.js('moussajax/moussaHint') }}#}

    Liste des 30 derniers articles

    {% endblock %}