This commit is contained in:
2025-09-12 08:54:30 +02:00
parent 03da907c73
commit 8db70323a1
5 changed files with 63 additions and 17 deletions

View File

@@ -1,8 +1,6 @@
{% extends 'base.html' %}
{% block title %}
HURENSOHN
{% endblock %}
{% block huso %}
HURENSOHN
{% extends "base.html" %}
{% block title %}Startseite{% endblock %}
{% block page_title %}Willkommen im {{ site_name or 'Game Fandom' }}{% endblock %}
{% block content %}
<p>Dies ist die Startseite deines Wikis. Wähle eine Kategorie oder suche nach Artikeln.</p>
{% endblock %}