view sat_templates/templates/bulma/embed/embed.html @ 302:60979d67eae7

bulma (invitation): use neutral "page" term as invitation manager is used not only for photo albums
author Goffi <goffi@goffi.org>
date Sat, 20 Feb 2021 13:37:25 +0100
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 %}