templates/templates/pages/government-areas/government-board-informa.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 pageContent %}
  7.     <div class="org-modules-container has-banners">
  8.         {% include 'molecules/banners/xl.html.twig' with { modifiers: 'has-filter', title:'Secretaría Xeral', hasImage: true } %}
  9.     </div>
  10.     <section class="org-tier">
  11.         <div class="tier-header">
  12.             <h2 class="tier-title">Secretaría xeral Informa</h2>
  13.         </div>
  14.         <div class="tier-content">
  15.             <div class="org-modules-container">
  16.                 {% include 'molecules/notices/summary-government.html.twig' with {
  17.                   modifiers: '',
  18.                   hasDetail: true,
  19.                 } %}
  20.                 {% include 'molecules/notices/summary-government.html.twig' with {
  21.                   modifiers: '',
  22.                   hasDetail: true,
  23.                   title:' Instrución 6/2020 da Secretaría Xeral relativa á ampliación de prazos asociados coa finalización do curso académico 2019-2020 ',
  24.                 } %}
  25.                 {% include 'molecules/notices/summary-government.html.twig' with {
  26.                   modifiers: '',
  27.                   hasDetail: true,
  28.                   title:'Instrución da Secretaría Xeral 3/2020 sobre o desenvolvemento das probas finais telemáticas no curso académico 2019-2020',
  29.                 } %}
  30.                 {% include 'molecules/notices/summary-government.html.twig' with {
  31.                   modifiers: '',
  32.                   hasDetail: true,
  33.                   title:' Instrución da Secretaría Xeral 2 2020 para a aplicación do artigo 4.3 do acordo do Consello de Goberno do 22 de abril de 2020 ',
  34.                 } %}
  35.             </div>
  36.             <div class="has-centered-content">
  37.                 <button type="submit" class="at-button is-primary">Ver máis na sede electrónica</button>
  38.             </div>
  39.         </div>
  40.     </section>
  41.     <section class="org-tier">
  42.         <div class="tier-header">
  43.             <h2 class="tier-title">Ligazóns a elementos de servizos</h2>
  44.         </div>
  45.         <div class="tier-content">
  46.             <div class="org-modules-container has-banners">
  47.               {% include 'molecules/banners/m.html.twig' with {
  48.                 modifiers: 'is-services is-program',
  49.                 title: 'Programa',
  50.                 text: '',
  51.                 hasImage: false,
  52.                 link: path ('services-program'),
  53.               } %}
  54.               {% include 'molecules/banners/m.html.twig' with {
  55.                 modifiers: 'is-services is-program',
  56.                 title: 'Programa',
  57.                 hasImage: false,
  58.                 link: path ('services-program'),
  59.               } %}
  60.               {% include 'molecules/banners/s.html.twig' with {
  61.                 modifiers: 'is-services is-entity',
  62.                 title: 'Oficina ou unidade relacionada',
  63.                 text: '',
  64.                 hasImage: false,
  65.                 link: path ('services-unity'),
  66.               } %}
  67.               {% include 'molecules/banners/m.html.twig' with {
  68.                 modifiers: 'is-services is-entity',
  69.                 title: 'Instalación',
  70.                 text: '',
  71.                 link: path ('services-facility'),
  72.               } %}
  73.               {% include 'molecules/banners/m.html.twig' with {
  74.                 modifiers: 'is-services is-entity',
  75.                 title: 'Instalación singular',
  76.                 text: '',
  77.                 link: path ('services-singular-facility'),
  78.               } %}
  79.               {% include 'molecules/banners/s.html.twig' with {
  80.                 modifiers: 'is-services is-activity',
  81.                 title: 'Actividade',
  82.                 link: path ('services-activity'),
  83.               } %}
  84.               {% include 'molecules/banners/s.html.twig' with {
  85.                 modifiers: 'is-services is-activity',
  86.                 title: 'Actividade',
  87.                 link: path ('services-activity'),
  88.               } %}
  89.               {% include 'molecules/banners/s.html.twig' with {
  90.                 modifiers: 'is-services is-strategy',
  91.                 title: 'Estratexia',
  92.                 link: path ('services-strategy'),
  93.               } %}
  94.             </div>
  95.         </div>
  96.       </section>
  97. {% endblock %}
  98. {% block siteFooter %}
  99.     {% include 'organisms/site-footer.html.twig' %}
  100. {% endblock %}