{% extends 'themesWebsite/blog_cvs/base.html.twig' %}
{% block title %}{{ page.shortTitle }}{% endblock title %}
{% block description %}{{ page.shortDescription }}{% endblock description %}
{% block robots %}{{ page.robots }}{% endblock robots %}
{% block meta_social %}{{ parent() }}{% include "/themesWebsite/blog_cpn/components/socialmedia.html.twig" with { 'page':page,'social_type':'website' } %}{% endblock meta_social %}
{% block canonical %}{{ parent() }}{% include "/themesWebsite/blog_cpn/components/canonical.html.twig" with {'page':page } %}{% endblock canonical %}
{% block meta %}{{ parent() }}{% include "/themesWebsite/blog_cpn/components/author.html.twig" with {'page':page } %}{% endblock meta %}
{% block body %}
{% include "/themesWebsite/blog_cpn/elements/blocks.html.twig" with {'page':page,'blocks':blocks } %}
{% endblock body %}
{% block footer_js %}
{% include "themesWebsite/blog_cpn/javascripts/page.html.twig" %}
{% endblock footer_js %}