locations

This commit is contained in:
randogoth 2023-05-20 20:48:07 +03:00
parent a857ddfe54
commit 2fbf52dc2c
10 changed files with 6 additions and 95 deletions

View file

@ -1,5 +0,0 @@
{% extends "base.mu" %}
{% block content %}
-
{{ article.content }}
{% endblock %}

View file

@ -1,10 +0,0 @@
>{% block title %}{{ SITENAME }}{% endblock title %}
{% block content %}
{% endblock %}
{% if DESCRIPTION %}
-
{{ DESCRIPTION }}
-
{% endif %}