poulpe/shared/templates/home.html

12 lines
210 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block page_title %}Acceuil{% endblock %}
{% block content %}
<h2>Bonjours, je suis une maison</h2>
{% lorem 3 p %}
<h2>Looool</h2>
{% lorem 3 p %}
{% endblock %}