templates/molecules/notices/summary-government.html.twig line 1

Open in your IDE?
  1. <article class="ml-notice is-pfid {{ modifiers }}">
  2.     <div class="notice-content-wrapper">
  3.         <h3 class="at-title">
  4.           {{ title ?? '[Descrición] Instrución conxunta do 23 de xuño de 2020, da Vicerreitoría de Investigación e Innovación e da Xerencia, pola que se dispón a apertura das salas de lectura na rede de bibliotecas da USC.' }}
  5.         </h3>
  6.         {% if hasDetail is defined and hasDetail == true %}
  7.             <dl class="at-desc-list">
  8.                 <dt>Máis info</dt>
  9.                 <dd><a href="https://sede.usc.es/sede/publica/taboleiro/anuncio/96736/carga.htm">Sede electrónica</a></dd>
  10.                 <dt>Data</dt>
  11.                 <dd>23/06/2020</dd>
  12.             </dl>
  13.         {% endif %}
  14.     </div>
  15. </article>