octomode/templates/html.html

6 lines
81 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
2022-01-12 21:27:06 +01:00
{{ html | safe }}
{% endblock %}