templates/biographies/recherche-biographie.html.twig line 1

Open in your IDE?
  1. {% extends 'templates.html.twig' %}
  2. {% block headcontent %}
  3.     {% include 'includes/result.inc.html.twig' %}
  4.     <section class="tc-header row">
  5.         <header class="tc-panel">
  6.             <div class="tc-panel-header">
  7.                 <h2 style="color: #ed1c24 !important;">Ce service participatif est suspendu.</h2>
  8.                 <p style="color: initial; margin-top: 2rem;">
  9.                     ARTCENA répertorie tous les auteurs bénéficiaires de ses différents dispositifs d'aide, chacun est accompagné d'une notice biographique.
  10.                 </p>
  11.                 <p style="color: #ed1c24;">
  12.                     →  En savoir plus sur les auteurs soutenus
  13.                     <br/>
  14.                     <a href="https://www.artcena.fr/auteurs-soutenus " style="color: #0000EE;">https://www.artcena.fr/auteurs-soutenus </a>
  15.                 </p>
  16.             </div>
  17.         </header>
  18.     </section>
  19. {% endblock %}
  20. {% block content %}{% endblock %}