octomode/templates/html.html

6 lines
81 B
HTML

{% extends "base.html" %}
{% block content %}
{{ html | safe }}
{% endblock %}