7 lines
176 B
HTML
7 lines
176 B
HTML
|
{% extends "base.html" %}
|
||
|
{% block titre %}L'Ernestophone{% endblock %}
|
||
|
{% block content %}<h1>L'Ernestophone, la fanfare de l'École normale supérieure</h1>
|
||
|
{% endblock %}
|
||
|
|
||
|
|