{%extends 'base.html'%} {%load static%} {%block title%} {{section.titre}} {%endblock%} {%block meta1%} {{section.meta_description}} {%endblock%} {%block cp%}





{{section.titre}}

{%if section.paragraphe1%}

{{section.paragraphe1}}

{%endif%} {%if section.paragraphe2%}

{{section.paragraphe2}}

{%endif%} {%if section.paragraphe3%}

{{section.paragraphe3}}

{%endif%} {%if section.paragraphe4%}

{{section.paragraphe4}}

{%endif%}
{%if section.image1%}
{%endif%} {%if section.image2%}
{%endif%} {%if section.image3%}
{%endif%} {%if section.image4%}
{%endif%}
{%endblock%}