Mercurial > libervia-templates
view sat_templates/templates/bulma/embed/embed.html @ 312:6411615771b6
bulma (base): menu can now be fixed on top with `menu_fixed_top` bool variable
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 19 Mar 2021 15:51:26 +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 %}