eds/templates/cms/concept.html
2018-02-16 11:14:31 +01:00

13 lines
252 B
HTML

{% extends "./base_site.html" %}
{% load i18n static %}
{% block coltype %}colMS{% endblock %}
{% block content %}
<div id="content-main">
<iframe src="{{document.url}}" width="1200" height="800" align="middle"></iframe>
</div>
{% endblock %}