{% 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 #} {% component_stylesheets %} {# 4. Dynamic background colour rules #} {{ canvas_bg_styles|safe }}
{{ rendered_html }}
{# Component-specific JS #} {{ component_js }} {# Notify parent frame of content height changes (basic mode only) #}