Asked by Kate Karpovich on Nov 21, 2024
Kate's page-level variables are not accessible via content.widgets initially
Answered by Davide Bernardi
Using `widget_data` instead of `content.widgets` to access exported module data with default values. Example: `{% set show_activate_button = widget_data.page_settings.showActivateButton %}`