templates/themesWebsite/blog_cvs/page.html.twig line 1

Open in your IDE?
  1. {% extends 'themesWebsite/blog_cvs/base.html.twig' %}
  2. {% block title %}{{ page.shortTitle }}{% endblock title %}
  3. {% block description %}{{ page.shortDescription }}{% endblock description %}
  4. {% block robots %}{{ page.robots }}{% endblock robots %}
  5. {% block meta_social %}{{ parent() }}{% include "/themesWebsite/blog_cpn/components/socialmedia.html.twig" with { 'page':page,'social_type':'website' } %}{% endblock meta_social %}
  6. {% block canonical %}{{ parent() }}{% include "/themesWebsite/blog_cpn/components/canonical.html.twig" with {'page':page } %}{% endblock canonical %}
  7. {% block meta %}{{ parent() }}{% include "/themesWebsite/blog_cpn/components/author.html.twig" with {'page':page } %}{% endblock meta %}
  8. {% block body %}
  9.     {% include "/themesWebsite/blog_cpn/elements/blocks.html.twig" with {'page':page,'blocks':blocks } %}
  10. {% endblock body %}
  11. {% block footer_js %}
  12.     {% include "themesWebsite/blog_cpn/javascripts/page.html.twig" %}
  13. {% endblock footer_js %}