merge: working branch(presentations) into main branch

This commit is contained in:
2025-02-15 20:23:46 +01:00
32 changed files with 1743 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
{% extends "!simple/base.html" %}
{% block title %}{% trans %}Welcome to our{% endtrans %} {{ SITENAME }}{% endblock %}
{% block head %}
{{ super() }}
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/style.css" />
{% endblock %}