pastebin/templates/config.html.tera
Konrad Borowski 4799f7f124 Make tab indentation an option
This improves accessibility.
2022-05-06 20:34:48 +02:00

7 lines
165 B
Plaintext

{% extends "base" %}
{% block content %}
<div id=options>
<p> This page requires a modern web browser with enabled JavaScript support.
</div>
{% endblock content %}