octomode/templates/iframe.html

6 lines
97 B
HTML

{% extends "base.html" %}
{% block content %}
<iframe src="{{ url }}"></iframe>
{% endblock %}