octomode/templates/html.html

6 lines
131 B
HTML

{% extends "base.html" %}
{% block content %}
<iframe src="{{ url_for('static', filename='RDI.html')}}"></iframe>
{% endblock %}