view sat_templates/templates/bulma/embed/embed.html @ 329:6a26c8a43d10

bulma (chat): fix chat: those change are done to have a minimal chat working, but it's really basic. A full-featured chat should come in a future version.
author Goffi <goffi@goffi.org>
date Fri, 07 May 2021 15:38:10 +0200
parents 1ca9384fb681
children b313a7d343af
line wrap: on
line source

{% if not embedded %}{% extends 'base/base.html' %}{% endif %}
{% block body_wrapper %}
    <iframe class="embed" src="{{target_url}}"></iframe>
{% endblock body_wrapper  %}

{% block footer %}{% endblock footer %}