templates/templates/pages/services/services-journal.html.twig line 1

Open in your IDE?
  1. {% extends "layouts/services.html.twig" %}
  2. {% block bodyClass %}tpl-journal-front-page has-journal-skin{% endblock %}
  3. {% block siteHeader %}
  4. {% include 'organisms/services-area-header.html.twig' %}
  5. {% endblock %}
  6. {% block pageHeader %}
  7.     <div class="page-header-wrapper">
  8.         <div class="container">
  9.             {% include 'molecules/page-header.html.twig' with {
  10.                 title: 'Novas',
  11.             } %}
  12.         </div>
  13.     </div>
  14. {% endblock %}
  15. {% block pageContent %}
  16.     <div class="org-modules-container has-margin-top">
  17.       {% include 'molecules/news/l-institutional.html.twig' with { link: path('services-news-item'),  } %}
  18.       {% include 'molecules/news/m.html.twig' with { link: path('services-news-item'), hasImage: true } %}
  19.       {% include 'molecules/news/m.html.twig' with { link: path('services-news-item'), hasImage: true } %}
  20.       {% include 'molecules/news/m.html.twig' with { link: path('services-news-item'), hasImage: true } %}
  21.       {% include 'molecules/news/m.html.twig' with { link: path('services-news-item'), hasImage: true } %}
  22.       {% include 'molecules/news/m.html.twig' with { link: path('services-news-item'),  } %}
  23.       {% include 'molecules/news/m.html.twig' with { link: path('services-news-item'),  } %}
  24.       {% include 'molecules/news/m.html.twig' with { link: path('services-news-item'),  } %}
  25.       {% include 'molecules/news/m.html.twig' with { link: path('services-news-item'),  } %}
  26.     </div>
  27. {% endblock %}
  28. {% block siteFooter %}
  29.     {% include 'organisms/site-footer.html.twig' %}
  30. {% endblock %}