poulpe/shared/templates/home.html
Qwann d7049631d4 addng forgotten template
cleaning `shared/template/`
2017-02-21 17:04:21 +01:00

11 lines
210 B
HTML

{% 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 %}