PCv5/templates/forum/forum.html

12 lines
227 B
HTML
Raw Normal View History

2016-10-02 17:07:47 +02:00
{% extends "base.html" %}
{% block title %}Planète Casio — {{ forum.name }}{% endblock %}
{% block content %}
<article>
<h1>Forum {{ forum.name }}</h1>
<div>
{{ forum.description }}
</div>
</article>
{% endblock %}