{% if title %}
Petit Prince - {{title}}
{% else %}
Petit Prince
{% endif %}
Accueil
Liste des langues
Carte
À propos
{% macro sentence_case(text) %} {{ text[0]|upper}}{{text[1:] }} {% endmacro %} {% block content %}{% endblock %}