eds/templates/cms/concept.html

14 lines
252 B
HTML
Raw Normal View History

2017-04-19 18:49:49 +02:00
{% extends "./base_site.html" %}
{% load i18n static %}
{% block coltype %}colMS{% endblock %}
{% block content %}
<div id="content-main">
2018-02-16 11:14:31 +01:00
<iframe src="{{document.url}}" width="1200" height="800" align="middle"></iframe>
2017-04-19 18:49:49 +02:00
</div>
{% endblock %}