templates/templates/index-pages.html.twig line 1

Open in your IDE?
  1. {% extends "layouts/master.html.twig" %}
  2. {% block pageHeader %}
  3.     {% include 'molecules/page-header.html.twig' with {
  4.         breadcrumb: [
  5.             { path: path('index'), title: 'Libro de estilo web da USC' }
  6.         ],
  7.         title: 'Páxinas de exemplo'
  8.     } %}
  9. {% endblock %}
  10. {% block pageContent %}
  11.     <section class="org-tier">
  12.         <div class="tier-header">
  13.             <h2 class="tier-title">Portadas</h2>
  14.         </div>
  15.         <div class="tier-content">
  16.             <div class="org-modules-container has-banners">
  17.                 {% include 'molecules/banners/m.html.twig' with {
  18.                     link: path('frontpage-season01'),
  19.                     title: 'Portada estacional 01',
  20.                     text: '',
  21.                     modifiers: ''
  22.                 } %}
  23.             </div>
  24.         </div>
  25.     </section>
  26.     <section class="org-tier">
  27.         <div class="tier-header">
  28.             <h2 class="tier-title">Perfís</h2>
  29.         </div>
  30.         <div class="tier-content">
  31.             <div class="org-modules-container has-banners">
  32.                 {% include 'molecules/banners/s.html.twig' with {
  33.                     link: path('profile-company'),
  34.                     title: 'Perfil de empresa',
  35.                     text: '',
  36.                     modifiers: ''
  37.                 } %}
  38.                 {% include 'molecules/banners/s.html.twig' with {
  39.                     link: path('profile-family'),
  40.                     title: 'Pais e nais',
  41.                     text: '',
  42.                     modifiers: ''
  43.                 } %}
  44.                 {% include 'molecules/banners/s.html.twig' with {
  45.                     link: path('profile-graduated'),
  46.                     title: 'Graduadas/ Egresadas',
  47.                     text: '',
  48.                     modifiers: ''
  49.                 } %}
  50.                 {% include 'molecules/banners/s.html.twig' with {
  51.                     link: path('profile-future'),
  52.                     title: 'Futuros estudantes',
  53.                     text: '',
  54.                     modifiers: ''
  55.                 } %}
  56.                 {% include 'molecules/banners/s.html.twig' with {
  57.                     link: path('profile-foreign'),
  58.                     title: 'Estudantes estranxeiros',
  59.                     text: '',
  60.                     modifiers: ''
  61.                 } %}
  62.                 {% include 'molecules/banners/s.html.twig' with {
  63.                     link: path('profile-student'),
  64.                     title: 'Estudantes',
  65.                     text: '',
  66.                     modifiers: ''
  67.                 } %}
  68.             </div>
  69.         </div>
  70.     </section>
  71.     <section class="org-tier">
  72.         <div class="tier-header">
  73.             <h2 class="tier-title">Subportadas</h2>
  74.         </div>
  75.         <div class="tier-content">
  76.             <div class="org-modules-container has-banners">
  77.                 {% include 'molecules/banners/m.html.twig' with {
  78.                     link: path('usc'),
  79.                     title: 'USC',
  80.                     text: '',
  81.                     modifiers: ''
  82.                 } %}
  83.                 {% include 'molecules/banners/m.html.twig' with {
  84.                     link: path('studies'),
  85.                     title: 'Estudos',
  86.                     text: '',
  87.                     modifiers: ''
  88.                 } %}
  89.                 {% include 'molecules/banners/m.html.twig' with {
  90.                     link: path('admission'),
  91.                     title: 'Admisión',
  92.                     text: '',
  93.                     modifiers: ''
  94.                 } %}
  95.                 {% include 'molecules/banners/m.html.twig' with {
  96.                     link: path('research'),
  97.                     title: 'Investigación',
  98.                     text: '',
  99.                     modifiers: ''
  100.                 } %}
  101.             </div>
  102.         </div>
  103.     </section>
  104.     <section class="org-tier">
  105.         <div class="tier-header">
  106.             <h2 class="tier-title">Nivel 3</h2>
  107.         </div>
  108.         <div class="tier-content">
  109.             <div class="org-modules-container has-banners">
  110.                 {% include 'molecules/banners/m.html.twig' with {
  111.                     link: path('usc-nosa'),
  112.                     title: 'USC / A nosa universidade',
  113.                     text: '',
  114.                     modifiers: ''
  115.                 } %}
  116.                 {% include 'molecules/banners/m.html.twig' with {
  117.                     link: path('studies-grade'),
  118.                     title: 'Estudos/Graos',
  119.                     text: '',
  120.                     modifiers: ''
  121.                 } %}
  122.                 {% include 'molecules/banners/m.html.twig' with {
  123.                     link: path('studies-congress'),
  124.                     title: 'Estudos/ Cursos e congresos',
  125.                     text: '',
  126.                     modifiers: ''
  127.                 } %}
  128.                 {% include 'molecules/banners/m.html.twig' with {
  129.                     link: path('usc-history'),
  130.                     title: 'USC/Historia e Patrimonio',
  131.                     text: 'Unha páxina de nivel 3 pero con banner xl superior',
  132.                     modifiers: ''
  133.                 } %}
  134.                 {% include 'molecules/banners/m.html.twig' with {
  135.                     link: path('admission-prices'),
  136.                     title: 'Admisión/ Prezos',
  137.                     text: '',
  138.                     modifiers: ''
  139.                 } %}
  140.                 {% include 'molecules/banners/m.html.twig' with {
  141.                     link: path('research-centers'),
  142.                     title: 'Investigación/ Centros e Institutos',
  143.                     text: '',
  144.                     modifiers: ''
  145.                 } %}
  146.             </div>
  147.         </div>
  148.     </section>
  149.     <section class="org-tier">
  150.         <div class="tier-header">
  151.             <h2 class="tier-title">Nivel 4</h2>
  152.         </div>
  153.         <div class="tier-content">
  154.             <div class="org-modules-container has-banners">
  155.                 {% include 'molecules/banners/m.html.twig' with {
  156.                     link: path('studies-grade-arts'),
  157.                     title: 'Estudos/ Graos/Artes e humanidades',
  158.                     text: '',
  159.                     modifiers: ''
  160.                 } %}
  161.                 {% include 'molecules/banners/m.html.twig' with {
  162.                     link: path('usc-govern'),
  163.                     title: 'USC/ A nosa Universidade/ Goberno',
  164.                     text: '',
  165.                     modifiers: ''
  166.                 } %}
  167.                 {% include 'molecules/banners/m.html.twig' with {
  168.                     link: path('usc-campus'),
  169.                     title: 'USC/ Organización/ Campus',
  170.                     text: '',
  171.                     modifiers: ''
  172.                 } %}
  173.                 {% include 'molecules/banners/m.html.twig' with {
  174.                     link: path('research-centers-centers'),
  175.                     title: 'Investigación/ Centros e Institutos / Centros',
  176.                     text: '',
  177.                     modifiers: ''
  178.                 } %}
  179.             </div>
  180.         </div>
  181.     </section>
  182.     <section class="org-tier">
  183.         <div class="tier-header">
  184.             <h2 class="tier-title">Páxinas de contidos</h2>
  185.         </div>
  186.         <div class="tier-content">
  187.             <div class="org-modules-container has-banners">
  188.                 {% include 'molecules/banners/m.html.twig' with {
  189.                     link: path('course-grade'),
  190.                     title: 'Un grao',
  191.                     text: '',
  192.                     modifiers: ''
  193.                 } %}
  194.                 {% include 'molecules/banners/m.html.twig' with {
  195.                     link: path('course-master'),
  196.                     title: 'Un máster',
  197.                     text: '',
  198.                     modifiers: ''
  199.                 } %}
  200.                 {% include 'molecules/banners/m.html.twig' with {
  201.                     link: path('course-PhD'),
  202.                     title: 'Un doutoramento',
  203.                     text: '',
  204.                     modifiers: ''
  205.                 } %}
  206.                 {% include 'molecules/banners/m.html.twig' with {
  207.                     link: path('usc-timeline'),
  208.                     title: 'USC/Historia e Patrimonio/ Historia (timeline)',
  209.                     text: '',
  210.                     modifiers: ''
  211.                 } %}
  212.                 {% include 'molecules/banners/m.html.twig' with {
  213.                     link: path('usc-campus-lugo'),
  214.                     title: 'USC/Campus/ Lugo',
  215.                     text: '',
  216.                     modifiers: ''
  217.                 } %}
  218.                 {% include 'molecules/banners/m.html.twig' with {
  219.                     link: path('service-example'),
  220.                     title: 'Exemplo de servizo',
  221.                     text: '',
  222.                     modifiers: ''
  223.                 } %}
  224.                 {% include 'molecules/banners/m.html.twig' with {
  225.                     link: path('center'),
  226.                     title: 'Exemplo de centro',
  227.                     text: '',
  228.                     modifiers: ''
  229.                 } %}
  230.                 {% include 'molecules/banners/m.html.twig' with {
  231.                     link: path('people'),
  232.                     title: 'Exemplo de persoas',
  233.                     text: '',
  234.                     modifiers: ''
  235.                 } %}
  236.             </div>
  237.         </div>
  238.     </section>
  239.     <section class="org-tier">
  240.         <div class="tier-header">
  241.             <h2 class="tier-title">Páxinas de mantemento, erro, etc.</h2>
  242.         </div>
  243.         <div class="tier-content">
  244.             <div class="org-modules-container has-banners">
  245.                 {% include 'molecules/banners/s.html.twig' with {
  246.                     link: path('maintenance'),
  247.                     title: 'Páxina de mantemento',
  248.                     text: '',
  249.                     modifiers: ''
  250.                 } %}
  251.                 {% include 'molecules/banners/s.html.twig' with {
  252.                     link: path('maintenance_inline'),
  253.                     title: 'Páxina de mantemento autocontida',
  254.                     text: '',
  255.                     modifiers: ''
  256.                 } %}
  257.                 {% include 'molecules/banners/s.html.twig' with {
  258.                     link: path('error-403'),
  259.                     title: 'Erro 403',
  260.                     text: '',
  261.                     modifiers: ''
  262.                 } %}
  263.                 {% include 'molecules/banners/s.html.twig' with {
  264.                     link: path('error-404'),
  265.                     title: 'Erro 404',
  266.                     text: '',
  267.                     modifiers: ''
  268.                 } %}
  269.                 {% include 'molecules/banners/s.html.twig' with {
  270.                     link: path('error_400_inline'),
  271.                     title: 'Erro 400 autocontida',
  272.                     text: '',
  273.                     modifiers: ''
  274.                 } %}
  275.                 {% include 'molecules/banners/s.html.twig' with {
  276.                     link: path('error_401_inline'),
  277.                     title: 'Erro 401 autocontida',
  278.                     text: '',
  279.                     modifiers: ''
  280.                 } %}
  281.                 {% include 'molecules/banners/s.html.twig' with {
  282.                     link: path('error_403_inline'),
  283.                     title: 'Erro 403 autocontida',
  284.                     text: '',
  285.                     modifiers: ''
  286.                 } %}
  287.                 {% include 'molecules/banners/s.html.twig' with {
  288.                     link: path('error_404_inline'),
  289.                     title: 'Erro 404 autocontida',
  290.                     text: '',
  291.                     modifiers: ''
  292.                 } %}
  293.                 {% include 'molecules/banners/s.html.twig' with {
  294.                     link: path('error_405_inline'),
  295.                     title: 'Erro 405 autocontida',
  296.                     text: '',
  297.                     modifiers: ''
  298.                 } %}
  299.                 {% include 'molecules/banners/s.html.twig' with {
  300.                     link: path('error_408_inline'),
  301.                     title: 'Erro 408 autocontida',
  302.                     text: '',
  303.                     modifiers: ''
  304.                 } %}
  305.                 {% include 'molecules/banners/s.html.twig' with {
  306.                     link: path('error_500_inline'),
  307.                     title: 'Erro 500 autocontida',
  308.                     text: '',
  309.                     modifiers: ''
  310.                 } %}
  311.                 {% include 'molecules/banners/s.html.twig' with {
  312.                     link: path('error_501_inline'),
  313.                     title: 'Erro 501 autocontida',
  314.                     text: '',
  315.                     modifiers: ''
  316.                 } %}
  317.                 {% include 'molecules/banners/s.html.twig' with {
  318.                     link: path('error_502_inline'),
  319.                     title: 'Erro 502 autocontida',
  320.                     text: '',
  321.                     modifiers: ''
  322.                 } %}
  323.                 {% include 'molecules/banners/s.html.twig' with {
  324.                     link: path('error_503_inline'),
  325.                     title: 'Erro 503 autocontida',
  326.                     text: '',
  327.                     modifiers: ''
  328.                 } %}
  329.                 {% include 'molecules/banners/s.html.twig' with {
  330.                     link: path('redirect_inline'),
  331.                     title: 'Redirección autocontida',
  332.                     text: '',
  333.                     modifiers: ''
  334.                 } %}
  335.                 {% include 'molecules/banners/s.html.twig' with {
  336.                     link: path('redirect_inline_v2'),
  337.                     title: 'Redirección autocontida v2',
  338.                     text: '',
  339.                     modifiers: ''
  340.                 } %}
  341.                 {% include 'molecules/banners/s.html.twig' with {
  342.                     link: path('redirect_inline_v2_ml'),
  343.                     title: 'Redirección autocontida v2 multilingüe',
  344.                     text: '',
  345.                     modifiers: ''
  346.                 } %}
  347.                 {% include 'molecules/banners/s.html.twig' with {
  348.                     link: path('register_inline'),
  349.                     title: 'Rexistro horario autocontida v1',
  350.                     text: '',
  351.                     modifiers: ''
  352.                 } %}
  353.                 {% include 'molecules/banners/s.html.twig' with {
  354.                     link: path('register_inline_alt'),
  355.                     title: 'Rexistro horario autocontida v2',
  356.                     text: '',
  357.                     modifiers: ''
  358.                 } %}
  359.             </div>
  360.         </div>
  361.     </section>
  362.     <section class="org-tier">
  363.         <div class="tier-header">
  364.             <h2 class="tier-title">Site Concepción Arenal 2020</h2>
  365.         </div>
  366.         <div class="tier-content">
  367.             <div class="org-modules-container has-banners">
  368.                 {% include 'molecules/banners/m.html.twig' with {
  369.                     link: path('concepcion_arenal_frontpage'),
  370.                     title: 'Portada',
  371.                     text: '',
  372.                     modifiers: ''
  373.                 } %}
  374.                 {% include 'molecules/banners/m.html.twig' with {
  375.                     link: path('concepcion_arenal_presentacion'),
  376.                     title: 'Presentación',
  377.                     text: '',
  378.                     modifiers: ''
  379.                 } %}
  380.                 {% include 'molecules/banners/s.html.twig' with {
  381.                     link: path('concepcion_arenal_congreso'),
  382.                     title: 'Congreso',
  383.                     text: '',
  384.                     modifiers: ''
  385.                 } %}
  386.                 {% include 'molecules/banners/s.html.twig' with {
  387.                     link: path('concepcion_arenal_exposicion'),
  388.                     title: 'Exposición',
  389.                     text: '',
  390.                     modifiers: ''
  391.                 } %}
  392.                 {% include 'molecules/banners/s.html.twig' with {
  393.                     link: path('concepcion_arenal_concertos'),
  394.                     title: 'Concertos',
  395.                     text: '',
  396.                     modifiers: ''
  397.                 } %}
  398.             </div>
  399.         </div>
  400.     </section>
  401.     <section class="org-tier">
  402.         <div class="tier-header">
  403.             <h2 class="tier-title">Site co skin "Azul claro"</h2>
  404.         </div>
  405.         <div class="tier-content">
  406.             <div class="org-modules-container has-banners">
  407.                 {% include 'molecules/banners/m.html.twig' with {
  408.                     link: path('microsite_skin_lightblue_frontpage'),
  409.                     title: 'Portada',
  410.                     text: '',
  411.                     modifiers: ''
  412.                 } %}
  413.                 {% include 'molecules/banners/m.html.twig' with {
  414.                     link: path('microsite_skin_lightblue_level3'),
  415.                     title: 'Subportada',
  416.                     text: '',
  417.                     modifiers: ''
  418.                 } %}
  419.                 {% include 'molecules/banners/s.html.twig' with {
  420.                     link: path('microsite_skin_lightblue_generic_page'),
  421.                     title: 'Páxina de contido',
  422.                     text: '',
  423.                     modifiers: ''
  424.                 } %}
  425.                 {% include 'molecules/banners/s.html.twig' with {
  426.                     link: path('microsite_skin_lightblue_news_item'),
  427.                     title: 'Nova',
  428.                     text: '',
  429.                     modifiers: ''
  430.                 } %}
  431.                 {% include 'molecules/banners/s.html.twig' with {
  432.                     link: path('microsite_skin_lightblue_event'),
  433.                     title: 'Evento',
  434.                     text: '',
  435.                     modifiers: ''
  436.                 } %}
  437.             </div>
  438.         </div>
  439.     </section>
  440.     <section class="org-tier">
  441.         <div class="tier-header">
  442.             <h2 class="tier-title">Site Fundación</h2>
  443.         </div>
  444.         <div class="tier-content">
  445.             <div class="org-modules-container has-banners">
  446.                 {% include 'molecules/banners/m.html.twig' with {
  447.                     link: path('microsite_fundacion_frontpage'),
  448.                     title: 'Portada',
  449.                     text: '',
  450.                     modifiers: ''
  451.                 } %}
  452.                 {% include 'molecules/banners/m.html.twig' with {
  453.                     link: path('microsite_fundacion_level3'),
  454.                     title: 'Subportada',
  455.                     text: '',
  456.                     modifiers: ''
  457.                 } %}
  458.                 {% include 'molecules/banners/s.html.twig' with {
  459.                     link: path('microsite_fundacion_generic_page'),
  460.                     title: 'Páxina de contido',
  461.                     text: '',
  462.                     modifiers: ''
  463.                 } %}
  464.                 {% include 'molecules/banners/s.html.twig' with {
  465.                     link: path('microsite_fundacion_news_item'),
  466.                     title: 'Nova',
  467.                     text: '',
  468.                     modifiers: ''
  469.                 } %}
  470.                 {% include 'molecules/banners/s.html.twig' with {
  471.                     link: path('microsite_fundacion_event'),
  472.                     title: 'Evento',
  473.                     text: '',
  474.                     modifiers: ''
  475.                 } %}
  476.             </div>
  477.         </div>
  478.     </section>
  479.     <section class="org-tier">
  480.         <div class="tier-header">
  481.             <h2 class="tier-title">Centros e departamentos</h2>
  482.         </div>
  483.         <div class="tier-content">
  484.             <div class="org-modules-container has-banners">
  485.                 {% include 'molecules/banners/m.html.twig' with {
  486.                     link: path('center-frontpage'),
  487.                     title: 'Prototipo de centro',
  488.                     text: '',
  489.                     modifiers: ''
  490.                 } %}
  491.                 {% include 'molecules/banners/m.html.twig' with {
  492.                     link: path('department-frontpage'),
  493.                     title: 'Prototipo de departamento',
  494.                     text: '',
  495.                     modifiers: ''
  496.                 } %}
  497.                 {% include 'molecules/banners/s.html.twig' with {
  498.                     link: path('center-PhD-defense'),
  499.                     title: 'Teses en defensa',
  500.                     text: '',
  501.                     modifiers: ''
  502.                 } %}
  503.                 {% include 'molecules/banners/s.html.twig' with {
  504.                     link: path('center-PhD-deposit'),
  505.                     title: 'Teses en depósito',
  506.                     text: '',
  507.                     modifiers: ''
  508.                 } %}
  509.             </div>
  510.     </section>
  511.     <section class="org-tier">
  512.         <div class="tier-header">
  513.             <h2 class="tier-title">Honoris Causa</h2>
  514.         </div>
  515.         <div class="tier-content">
  516.             <div class="org-modules-container has-banners">
  517.                 {% include 'molecules/banners/s.html.twig' with {
  518.                     link: path('profile'),
  519.                     title: 'Ficha de Persoa',
  520.                     text: '',
  521.                     modifiers: ''
  522.                 } %}
  523.                 {% include 'molecules/banners/s.html.twig' with {
  524.                     link: path('honoris'),
  525.                     title: 'Páxina de presentación de Honoris',
  526.                     text: '',
  527.                     modifiers: ''
  528.                 } %}
  529.                 {% include 'molecules/banners/s.html.twig' with {
  530.                     link: path('honoris-profile'),
  531.                     title: 'Ficha de Honoris',
  532.                     text: '',
  533.                     modifiers: ''
  534.                 } %}
  535.             </div>
  536.     </section>
  537.     <section class="org-tier">
  538.         <div class="tier-header">
  539.             <h2 class="tier-title">Servizos</h2>
  540.         </div>
  541.         <div class="tier-content">
  542.             <div class="org-modules-container has-banners">
  543.                 {% include 'molecules/banners/s.html.twig' with {
  544.                     link: path('services-frontpage'),
  545.                     title: 'Portada de servizos',
  546.                     text: '',
  547.                     modifiers: ''
  548.                 } %}
  549.                 {% include 'molecules/banners/s.html.twig' with {
  550.                     link: path('services-search'),
  551.                     title: 'Buscador de servizos',
  552.                     text: '',
  553.                     modifiers: ''
  554.                 } %}
  555.                 {% include 'molecules/banners/s.html.twig' with {
  556.                     link: path('services-map'),
  557.                     title: 'Mapa de servizos',
  558.                     text: '',
  559.                     modifiers: ''
  560.                 } %}
  561.                 {% include 'molecules/banners/s.html.twig' with {
  562.                     link: path('services-area-frontpage'),
  563.                     title: 'Portada de area',
  564.                     text: '',
  565.                     modifiers: ''
  566.                 } %}
  567.                 {% include 'molecules/banners/s.html.twig' with {
  568.                     link: path('services-strategy'),
  569.                     title: 'Estratexia',
  570.                     text: '',
  571.                     modifiers: ''
  572.                 } %}
  573.                 {% include 'molecules/banners/s.html.twig' with {
  574.                     link: path('services-program'),
  575.                     title: 'Programa',
  576.                     text: '',
  577.                     modifiers: ''
  578.                 } %}
  579.                 {% include 'molecules/banners/s.html.twig' with {
  580.                     link: path('services-activity'),
  581.                     title: 'Actividade',
  582.                     text: '',
  583.                     modifiers: ''
  584.                 } %}
  585.                 {% include 'molecules/banners/s.html.twig' with {
  586.                     link: path('services-procedure'),
  587.                     title: 'Trámite',
  588.                     text: '',
  589.                     modifiers: ''
  590.                 } %}
  591.                 {% include 'molecules/banners/s.html.twig' with {
  592.                     link: path('services-journal'),
  593.                     title: 'Portada de actualidade',
  594.                     text: '',
  595.                     modifiers: ''
  596.                 } %}
  597.                 {% include 'molecules/banners/s.html.twig' with {
  598.                     link: path('services-news-item'),
  599.                     title: 'Nova',
  600.                     text: '',
  601.                     modifiers: ''
  602.                 } %}
  603.                 {% include 'molecules/banners/s.html.twig' with {
  604.                     link: path('services-agenda'),
  605.                     title: 'Axenda',
  606.                     text: '',
  607.                     modifiers: ''
  608.                 } %}
  609.                 {% include 'molecules/banners/s.html.twig' with {
  610.                     link: path('services-event'),
  611.                     title: 'Evento',
  612.                     text: '',
  613.                     modifiers: ''
  614.                 } %}
  615.                 {% include 'molecules/banners/s.html.twig' with {
  616.                     link: path('services-unity'),
  617.                     title: 'Páxina de unidade de servizo',
  618.                     text: '',
  619.                     modifiers: ''
  620.                 } %}
  621.                 {% include 'molecules/banners/s.html.twig' with {
  622.                     link: path('services-unity-subpage'),
  623.                     title: 'Subpáxina de unidade de servizo',
  624.                     text: '',
  625.                     modifiers: ''
  626.                 } %}
  627.                 {% include 'molecules/banners/s.html.twig' with {
  628.                     link: path('services-facility'),
  629.                     title: 'Instalación',
  630.                     text: '',
  631.                     modifiers: ''
  632.                 } %}
  633.                 {% include 'molecules/banners/s.html.twig' with {
  634.                     link: path('services-simple-facility'),
  635.                     title: 'Equipamento',
  636.                     text: '',
  637.                     modifiers: ''
  638.                 } %}
  639.                 {% include 'molecules/banners/s.html.twig' with {
  640.                     link: path('services-singular-facility'),
  641.                     title: 'Portada de instalación singular',
  642.                     text: '',
  643.                     modifiers: ''
  644.                 } %}
  645.                 {% include 'molecules/banners/s.html.twig' with {
  646.                     link: path('services-program-grant'),
  647.                     title: 'Bolsas e axudas',
  648.                     text: '',
  649.                     modifiers: ''
  650.                 } %}
  651.                 {% include 'molecules/banners/s.html.twig' with {
  652.                     link: path('services-program-BIP'),
  653.                     title: 'Boletín BIP',
  654.                     text: '',
  655.                     modifiers: ''
  656.                 } %}
  657.                 {% include 'molecules/banners/s.html.twig' with {
  658.                     link: path('services-program-summer'),
  659.                     title: 'Universidade de verán',
  660.                     text: '',
  661.                     modifiers: ''
  662.                 } %}
  663.                 {% include 'molecules/banners/s.html.twig' with {
  664.                     link: path('services-program-snl'),
  665.                     title: 'Formación do SNL',
  666.                     text: '',
  667.                     modifiers: ''
  668.                 } %}
  669.             </div>
  670.     </section>
  671.     <section class="org-tier">
  672.         <div class="tier-header">
  673.             <h2 class="tier-title">Áreas de goberno</h2>
  674.         </div>
  675.         <div class="tier-content">
  676.             <div class="org-modules-container has-banners">
  677.                 {% include 'molecules/banners/m.html.twig' with {
  678.                     link: path('government-areas-level2'),
  679.                     title: 'Portadas de Área de goberno',
  680.                     text: '[Nivel2]',
  681.                     modifiers: ''
  682.                 } %}
  683.                 {% include 'molecules/banners/m.html.twig' with {
  684.                     link: path('government-areas-level3'),
  685.                     title: 'Subportada',
  686.                     text: '[Nivel3]',
  687.                     modifiers: ''
  688.                 } %}
  689.                 {% include 'molecules/banners/m.html.twig' with {
  690.                     link: path('government-areas-level4'),
  691.                     title: 'Subportada',
  692.                     text: '[Nivel4]',
  693.                     modifiers: ''
  694.                 } %}
  695.                 {% include 'molecules/banners/m.html.twig' with {
  696.                     link: path('government-areas-generic'),
  697.                     title: 'Páxina xenérica',
  698.                     text: '',
  699.                     modifiers: ''
  700.                 } %}
  701.                 {% include 'molecules/banners/m.html.twig' with {
  702.                     link: path('government-journal'),
  703.                     title: 'Diario de goberno',
  704.                     text: '',
  705.                     modifiers: ''
  706.                 } %}
  707.                 {% include 'molecules/banners/s.html.twig' with {
  708.                     link: path('government-action-frontpage'),
  709.                     title: 'Portada de accións de goberno',
  710.                     text: '',
  711.                     modifiers: ''
  712.                 } %}
  713.                 {% include 'molecules/banners/s.html.twig' with {
  714.                     link: path('government-action'),
  715.                     title: 'Acción de goberno',
  716.                     text: '',
  717.                     modifiers: ''
  718.                 } %}
  719.                 {% include 'molecules/banners/s.html.twig' with {
  720.                     link: path('government-board'),
  721.                     title: 'Taboleiro Goberno',
  722.                     text: '',
  723.                     modifiers: ''
  724.                 } %}
  725.                 {% include 'molecules/banners/s.html.twig' with {
  726.                     link: path('government-board-PFID'),
  727.                     title: 'Taboleiro PFID',
  728.                     text: '',
  729.                     modifiers: ''
  730.                 } %}
  731.                 {% include 'molecules/banners/s.html.twig' with {
  732.                     link: path('government-board-informa'),
  733.                     title: 'Taboleiro Xerencia/Secretaría Xeral Informa',
  734.                     text: '',
  735.                     modifiers: ''
  736.                 } %}
  737.                 {% include 'molecules/banners/s.html.twig' with {
  738.                     link: path('government-list'),
  739.                     title: 'Listado',
  740.                     text: '',
  741.                     modifiers: ''
  742.                 } %}
  743.                 {% include 'molecules/banners/s.html.twig' with {
  744.                     link: path('government-PAS-selection'),
  745.                     title: 'Procesos selección PAS',
  746.                     text: '',
  747.                     modifiers: ''
  748.                 } %}
  749.             </div>
  750.         </div>
  751.     </section>
  752.     <section class="org-tier">
  753.         <div class="tier-header">
  754.             <h2 class="tier-title">Emprego</h2>
  755.         </div>
  756.         <div class="tier-content">
  757.             <div class="org-modules-container has-banners">
  758.                 {% include 'molecules/banners/m.html.twig' with {
  759.                     link: path('jobs'),
  760.                     title: 'Emprego',
  761.                     text: '',
  762.                     modifiers: ''
  763.                 } %}
  764.             </div>
  765.         </div>
  766.     </section>
  767.     <section class="org-tier">
  768.         <div class="tier-header">
  769.             <h2 class="tier-title">BOUSC</h2>
  770.         </div>
  771.         <div class="tier-content">
  772.             <div class="org-modules-container has-banners">
  773.                 {% include 'molecules/banners/m.html.twig' with {
  774.                     link: path('bousc'),
  775.                     title: 'BOUSC',
  776.                     text: '',
  777.                     modifiers: ''
  778.                 } %}
  779.                 {% include 'molecules/banners/m.html.twig' with {
  780.                     link: path('bousc_drupal'),
  781.                     title: 'BOUSC',
  782.                     text: 'Formulario Drupal',
  783.                     modifiers: ''
  784.                 } %}
  785.                 {% include 'molecules/banners/m.html.twig' with {
  786.                     link: path('bousc_content'),
  787.                     title: 'Contido',
  788.                     text: '',
  789.                     modifiers: ''
  790.                 } %}
  791.                 {% include 'molecules/banners/m.html.twig' with {
  792.                     link: path('bousc_search'),
  793.                     title: 'Busca',
  794.                     text: '',
  795.                     modifiers: ''
  796.                 } %}
  797.             </div>
  798.         </div>
  799.     </section>
  800. {% endblock %}