Add forum HTML page

This commit is contained in:
Kiril Kovachev 2024-10-14 11:54:43 +01:00
parent 9af97e017d
commit 362699b82e

View File

@ -0,0 +1,9 @@
{% extends 'base.html' %}
{% block header %}
<h1>{% block title %}{{ localize("forum") }}{% endblock %}</h1>
{% endblock %}
{% block content %}
...
{% endblock %}