PCv5/app/templates/forum/forum.html

12 lines
207 B
HTML

{% extends "base/base.html" %}
{% block title %}
<a href='/forum'>Forum de Planète Casio</a> » <h1>{{ f.name }}</h1>
{% endblock %}
{% block content %}
<section>
{{ f.descr }}
</section>
{% endblock %}