WebHost: noscript faq and glossary (#4061)

This commit is contained in:
Fabian Dill
2024-10-16 23:28:42 +02:00
committed by GitHub
parent c12ed316cf
commit 375b5796d9
9 changed files with 34 additions and 140 deletions

View File

@@ -0,0 +1,13 @@
{% extends 'pageWrapper.html' %}
{% block head %}
{% include 'header/grassHeader.html' %}
<title>{{ title }}</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/markdown.css") }}" />
{% endblock %}
{% block body %}
<div class="markdown">
{{ html_from_markdown | safe}}
</div>
{% endblock %}