We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certains utilisateurs voudraient pouvoir intégrer le site dans d’autres via iframe, par exemple via ?embed=1 à la fin des URLs
?embed=1
base.html
{# ... #} <body> {% if not request.GET.embed %} {% block skiplinks %} {% dsfr_skiplinks skiplinks %} {% endblock skiplinks %} {% include "blocks/header.html" %} {% dsfr_theme_modale %} {% wagtailuserbar %} {% if settings.content_manager.CmsDsfrConfig.notice %} {% dsfr_notice title=settings.content_manager.CmsDsfrConfig.notice %} {% endif %} {% endif %} <main id="content" role="main"> {% block content %} {% endblock content %} </main> {% block follow_newsletter_social_media %} {% if settings.content_manager.CmsDsfrConfig.show_newsletter_and_social_block %} {% include "blocks/follow.html" %} {% endif %} {% endblock follow_newsletter_social_media %} {% if not request.GET.embed %} {% include "blocks/footer.html" %} {% endif %} {% dsfr_js nonce=request.csp_nonce %} {% block extra_js %} {% endblock extra_js %} {% block body_tracking_scripts %} {% if settings.content_manager.AnalyticsSettings.body_scripts %} {{ settings.content_manager.AnalyticsSettings.body_scripts|safe }} {% endif %} {% endblock body_tracking_scripts %} </body> </html>
The text was updated successfully, but these errors were encountered:
Ash-Crow
No branches or pull requests
Certains utilisateurs voudraient pouvoir intégrer le site dans d’autres via iframe, par exemple via
?embed=1
à la fin des URLsbase.html
comme suit :The text was updated successfully, but these errors were encountered: