templates/templates/pages/government-areas/government-action-frontpage.html.twig line 1

Open in your IDE?
  1. {% extends "layouts/master.html.twig" %}
  2. {% block bodyClass %}tpl-level-2 is-government{% endblock %}
  3. {% block siteHeader %}
  4.     {% include 'organisms/site-header.html.twig' %}
  5. {% endblock %}
  6. {% block pageHeader %}
  7.     {% include 'molecules/page-header.html.twig' with {
  8.         title: 'Accións de goberno'
  9.     } %}
  10. {% endblock %}
  11. {% block pageContent %}
  12.             <div class="org-modules-container has-banners ">
  13.                 {% include 'molecules/banners/xl.html.twig' with {
  14.                   modifiers: '',
  15.                   hasImage: true,
  16.                   title: 'Accion de goberno',
  17.                   link: path('government-action')} %}
  18.                 {% include 'molecules/banners/l.html.twig' with {
  19.                   modifiers: '',
  20.                   hasImage: true,
  21.                   title: 'Accion de goberno',
  22.                   link: path('government-action')} %}
  23.                 {% include 'molecules/banners/m.html.twig' with {
  24.                   modifiers: '',
  25.                   hasImage: true,
  26.                   title: 'Accion de goberno',
  27.                   link: path('government-action')} %}
  28.                 {% include 'molecules/banners/m.html.twig' with {
  29.                   modifiers: '',
  30.                   title: 'Accion de goberno',
  31.                   link: path('government-action')} %}
  32.                 {% include 'molecules/banners/m.html.twig' with {
  33.                   modifiers: '',
  34.                   title: 'Accion de goberno',
  35.                   link: path('government-action')} %}
  36.             </div>
  37.         </div>
  38. {% endblock %}
  39. {% block siteFooter %}
  40.     {% include 'organisms/site-footer.html.twig' %}
  41. {% endblock %}