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