Add WTFPL warning on new packages

This commit is contained in:
rubenwardy
2018-09-03 01:39:20 +01:00
parent 5aaee010c1
commit b8decafd75
4 changed files with 52 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
{% endblock %}
{% block content %}
<h1>{{ page['title'] }}</h1>
{% if not page["no_h1"] %}<h1>{{ page['title'] }}</h1>{% endif %}
{{ page.html | safe }}
{% endblock %}