{% extends "base.html" %} {% block content %} {% if picture %} {{ picture.path }} {% endif %} {% if subtitle %}

{{ subtitle }}


{% endif %}

{{ title }}


{% for chapter in chapters %} {% if chapter.preview_only %} {% else %} {% endif %} {% endfor %}
Chapitre Html Diaporama Archive
{{ chapter.title }}
{{ chapter.title }}

{% for link in links %} {% endfor %} {% for link in links %} {% endfor %}
{{ link.title }}

{% for author in authors %} {% endfor %}
{{ author.name }}
{% if license %}

{{ license.text }}

{% endif %} {% endblock content %}