{%extends 'base.html'%}
{%load static%}
{%block title%} {{section.titre}} {%endblock%}
{%block meta1%}
{{section.meta_description}}
{%endblock%}
{%block cp%}
{{section.paragraphe1}}
{%endif%} {%if section.paragraphe2%}{{section.paragraphe2}}
{%endif%} {%if section.paragraphe3%}{{section.paragraphe3}}
{%endif%} {%if section.paragraphe4%}{{section.paragraphe4}}
{%endif%}