- {% extends "layouts/master.html.twig" %}
- {% block bodyClass %}tpl-level-2 is-government{% endblock %}
- {% block siteHeader %}
-     {% include 'organisms/site-header.html.twig' %}
- {% endblock %}
- {% block pageContent %}
-     <div class="org-modules-container has-banners">
-         {% include 'molecules/banners/xl.html.twig' with { modifiers: 'has-filter', title:'Secretaría Xeral', hasImage: true } %}
-     </div>
-     <section class="org-tier">
-         <div class="tier-header">
-             <h2 class="tier-title">Secretaría xeral Informa</h2>
-         </div>
-         <div class="tier-content">
-             <div class="org-modules-container">
-                 {% include 'molecules/notices/summary-government.html.twig' with {
-                   modifiers: '',
-                   hasDetail: true,
-                 } %}
-                 {% include 'molecules/notices/summary-government.html.twig' with {
-                   modifiers: '',
-                   hasDetail: true,
-                   title:' Instrución 6/2020 da Secretaría Xeral relativa á ampliación de prazos asociados coa finalización do curso académico 2019-2020 ',
-                 } %}
-                 {% include 'molecules/notices/summary-government.html.twig' with {
-                   modifiers: '',
-                   hasDetail: true,
-                   title:'Instrución da Secretaría Xeral 3/2020 sobre o desenvolvemento das probas finais telemáticas no curso académico 2019-2020',
-                 } %}
-                 {% include 'molecules/notices/summary-government.html.twig' with {
-                   modifiers: '',
-                   hasDetail: true,
-                   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 ',
-                 } %}
-             </div>
-             <div class="has-centered-content">
-                 <button type="submit" class="at-button is-primary">Ver máis na sede electrónica</button>
-             </div>
-         </div>
-     </section>
-     <section class="org-tier">
-         <div class="tier-header">
-             <h2 class="tier-title">Ligazóns a elementos de servizos</h2>
-         </div>
-         <div class="tier-content">
-             <div class="org-modules-container has-banners">
-               {% include 'molecules/banners/m.html.twig' with {
-                 modifiers: 'is-services is-program',
-                 title: 'Programa',
-                 text: '',
-                 hasImage: false,
-                 link: path ('services-program'),
-               } %}
-               {% include 'molecules/banners/m.html.twig' with {
-                 modifiers: 'is-services is-program',
-                 title: 'Programa',
-                 hasImage: false,
-                 link: path ('services-program'),
-               } %}
-               {% include 'molecules/banners/s.html.twig' with {
-                 modifiers: 'is-services is-entity',
-                 title: 'Oficina ou unidade relacionada',
-                 text: '',
-                 hasImage: false,
-                 link: path ('services-unity'),
-               } %}
-               {% include 'molecules/banners/m.html.twig' with {
-                 modifiers: 'is-services is-entity',
-                 title: 'Instalación',
-                 text: '',
-                 link: path ('services-facility'),
-               } %}
-               {% include 'molecules/banners/m.html.twig' with {
-                 modifiers: 'is-services is-entity',
-                 title: 'Instalación singular',
-                 text: '',
-                 link: path ('services-singular-facility'),
-               } %}
-               {% include 'molecules/banners/s.html.twig' with {
-                 modifiers: 'is-services is-activity',
-                 title: 'Actividade',
-                 link: path ('services-activity'),
-               } %}
-               {% include 'molecules/banners/s.html.twig' with {
-                 modifiers: 'is-services is-activity',
-                 title: 'Actividade',
-                 link: path ('services-activity'),
-               } %}
-               {% include 'molecules/banners/s.html.twig' with {
-                 modifiers: 'is-services is-strategy',
-                 title: 'Estratexia',
-                 link: path ('services-strategy'),
-               } %}
-             </div>
-         </div>
-       </section>
- {% endblock %}
- {% block siteFooter %}
-     {% include 'organisms/site-footer.html.twig' %}
- {% endblock %}