templates/templates/pages/center/center-journal-section.html.twig line 1

Open in your IDE?
  1. {% extends "layouts/organization.html.twig" %}
  2. {% block bodyClass %}tpl-journal-section{% 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.         title: 'Actualidade'
  9.     } %}
  10. {% endblock %}
  11. {% block pageContent %}
  12.     <div class="org-modules-container">
  13.       {% include 'molecules/news/l-institutional.html.twig' with {
  14.         link: path('center-news'),
  15.         arrow: path('center-news'),
  16.        } %}
  17.         {% include 'molecules/news/m.html.twig' with {
  18.           hasImage: true,
  19.           link: path('center-news'),
  20.           arrow: path('center-news'),
  21.          } %}
  22.         {% include 'molecules/news/m.html.twig' with {
  23.           hasImage: true,
  24.           link: path('center-news'),
  25.           arrow: path('center-news'),
  26.         } %}
  27.         {% include 'molecules/news/m.html.twig' with {
  28.           link: path('center-news'),
  29.           arrow: path('center-news'),
  30.         } %}
  31.         {% include 'molecules/news/m.html.twig' with {
  32.           link: path('center-news'),
  33.           arrow: path('center-news'),
  34.         } %}
  35.         {% include 'molecules/news/m.html.twig' with {
  36.           link: path('center-news'),
  37.           arrow: path('center-news'),
  38.         } %}
  39.         {% include 'molecules/news/m.html.twig' with {
  40.           link: path('center-news'),
  41.           arrow: path('center-news'),
  42.         } %}
  43.         {% include 'molecules/news/m.html.twig' with {
  44.           link: path('center-news'),
  45.           arrow: path('center-news'),
  46.         } %}
  47.         {% include 'molecules/news/m.html.twig' with {
  48.           link: path('center-news'),
  49.           arrow: path('center-news'),
  50.         } %}
  51.         {% include 'molecules/news/m.html.twig' with {
  52.           link: path('center-news'),
  53.           arrow: path('center-news'),
  54.         } %}
  55.         {% include 'molecules/news/m.html.twig' with {
  56.           link: path('center-news'),
  57.           arrow: path('center-news'),
  58.         } %}
  59.     </div>
  60.     {% include 'molecules/pagination.html.twig' %}
  61. {% endblock %}
  62. {% block siteFooter %}
  63.     {% include 'organisms/site-footer.html.twig' %}
  64. {% endblock %}