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