templates/templates/pages/center/center-PhD-defense.html.twig line 1

Open in your IDE?
  1. {% extends "layouts/organization.html.twig" %}
  2. {% block bodyClass %}tpl-board{% endblock %}
  3. {% block siteHeader %}
  4.     {% include 'organisms/organization-header.html.twig' %}
  5. {% endblock %}
  6. {% block pageHeader %}
  7.     {% include 'molecules/page-header.html.twig' with {
  8.         breadcrumb: [
  9.           { path: path('center-PhD-defense'), title: 'A tese' }
  10.         ],
  11.         title: 'Defensa de teses'
  12.     } %}
  13. {% endblock %}
  14. {% block pageContent %}
  15.     <div class="board-description">
  16.       <div class="at-lead-text">
  17.           <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec viverra eros quis ex  malesuada pellentesque. Suspendisse mauris mauris, ultricies id egestas ac.</p>
  18.         </div>
  19.     </div>
  20.     <section class="org-tier is-minimal is-marginless-top">
  21.         <div class="tier-content">
  22.             <usc-content-filter
  23.                     :options="[{key: null, name: 'Todas', selected: true}, {key: 'is-type-1', name: 'Semana actual', selected: false}, {key: 'is-type-2', name: 'Semanas seguintes', selected: false} ]"
  24.             >
  25.                 <div class="org-modules-container repository-content" id="banners-container-1">
  26.                     {% include 'molecules/specs/PhD-defense.html.twig' with {
  27.                     modifiers: 'is-type-1',
  28.                     } %}
  29.                     {% include 'molecules/specs/PhD-defense.html.twig' with {
  30.                     modifiers: 'is-type-1',
  31.                     } %}
  32.                     {% include 'molecules/specs/PhD-defense.html.twig' with {
  33.                     modifiers: 'is-type-1',
  34.                     } %}
  35.                     {% include 'molecules/specs/PhD-defense.html.twig' with {
  36.                     modifiers: 'is-type-1',
  37.                     } %}
  38.                     {% include 'molecules/specs/PhD-defense.html.twig' with {
  39.                     modifiers: 'is-type-1',
  40.                     } %}
  41.                     {% include 'molecules/specs/PhD-defense.html.twig' with {
  42.                     modifiers: 'is-type-1',
  43.                     } %}
  44.                     {% include 'molecules/specs/PhD-defense.html.twig' with {
  45.                     modifiers: 'is-type-1',
  46.                     } %}
  47.                     {% include 'molecules/specs/PhD-defense.html.twig' with {
  48.                     modifiers: 'is-type-2',
  49.                     } %}
  50.                     {% include 'molecules/specs/PhD-defense.html.twig' with {
  51.                     modifiers: 'is-type-2',
  52.                     } %}
  53.                     {% include 'molecules/specs/PhD-defense.html.twig' with {
  54.                     modifiers: 'is-type-2',
  55.                     } %}
  56.                     {% include 'molecules/specs/PhD-defense.html.twig' with {
  57.                     modifiers: 'is-type-2',
  58.                     } %}
  59.                     {% include 'molecules/specs/PhD-defense.html.twig' with {
  60.                     modifiers: 'is-type-2',
  61.                     } %}
  62.                 </div>
  63.             </usc-content-filter>
  64.         </div>
  65.     </section>
  66. {% endblock %}
  67. {% block siteFooter %}
  68.     {% include 'organisms/site-footer.html.twig' %}
  69. {% endblock %}