Mercurial > libervia-templates
view sat_templates/templates/bulma/embed/embed.html @ 404:66f98ee041d8 default tip
chat: add UI for replies/threads:
rel 457
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 06 May 2025 00:37:41 +0200 |
parents | b313a7d343af |
children |
line wrap: on
line source
{% if not embedded %}{% extends 'base/base.html' %}{% endif %} {% block body_wrapper %} <iframe class="embed" src="{{target_url}}" frameborder="0" allowfullscreen allow-same-origin></iframe> {% endblock body_wrapper %} {% block footer %}{% endblock footer %}