Mercurial > libervia-templates
view sat_templates/templates/bulma/embed/embed.html @ 344:e982a05d43b1
blog/item, css: fix `white-space` for text content
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 21 Oct 2021 17:19:39 +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 %}