{% load static design_components %} Canvas {# 1. Global project CSS (webpack bundles + static paths) #} {% global_stylesheets %} {# 2. Canvas layout CSS (centering, padding, backgrounds) #} {# 3. All component CSS (Themes + Apps + Component Paths) #} {{ component_css|safe }} {% component_stylesheets %} {# 4. Dynamic background colour rules #} {{ canvas_bg_styles|safe }}
{{ rendered_html }}
{# Component-specific JS #} {{ component_js|safe }} {# Notify parent frame of content height changes (basic mode only) #}