<title>{{page_selected.seoTitre}}</title>
<meta name="title" content="{{page_selected.seoTitre}}" />
<meta name="description" content="{{page_selected.seoDescription}}" />
<meta name="keywords" content="{{page_selected.seoKeywords}}"/>
<meta property="og:title" content="{{page_selected.seoTitre}}"/>
<meta property="og:url" content="#"/>
<meta property="og:type" content="page"/>
<meta property="og:image" content="{% if page_selected.image is not empty %}{{ absolute_url(asset(vich_uploader_asset(page_selected,'imageFile')))}}{% else %}/assets/img/logo.png{% endif %}"/>