view sat_templates/templates/bulma/embed/embed.html @ 360:c98a0a4a3fd0

bulma: "call" template, first draft: Basic template to make or receive calls. rel 422
author Goffi <goffi@goffi.org>
date Thu, 01 Jun 2023 20:50:47 +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 %}