welcome.html.twig 484B

1234567891011121314151617
  1. {% extends 'AdmingeneratorGeneratorBundle:Dashboard:dashboard.html.twig' %}
  2. {% block title %}Admingenerator{% endblock %}
  3. {% block content %}
  4. <div class="hero-unit">
  5. {% block page_title %}
  6. <header>
  7. <h1>Muzi.ch Admin</h1>
  8. </header>
  9. {% endblock %}
  10. <p>Administration interface of muzi.ch.</p>
  11. </div>
  12. <div class="row-fluid">
  13. Ici prendron place les données statistiques
  14. </div><!--/row-->
  15. {% endblock %}