2. <section id="cmp_20927bea-c918-44b8-a807-17468d8e0c74" class="container">
3. <div class="col-xs-12 text-center">
> 4. <h1>{{ flow_step.page_title | default(settings['cmp_20927bea-c918-44b8-a807-17468d8e0c74/default_title'], True) }}</h1>
5. <p class="description main">{{ flow_step.page_description | default("", True) }}</p>
6. </div>
Traceback (most recent call last):
File "/usr/src/app/src/cratejoy/cratejoy/theme/render.py", line 401, in render_page
output = tpl.render(**kwargs)
File "/usr/local/lib/python2.7/site-packages/jinja2/environment.py", line 1008, in render
return self.environment.handle_exception(exc_info, True)
File "/usr/local/lib/python2.7/site-packages/jinja2/environment.py", line 780, in handle_exception
reraise(exc_type, exc_value, tb)
File "base.html", line 43, in top-level template code
File "base.html", line 45, in block "page_content"
File "/usr/local/lib/python2.7/site-packages/jinja2/sandbox.py", line 427, in call
return __context.call(__obj, *args, **kwargs)
File "./www/html/framework/components_helpers.html", line 11, in template
{% include component.base_path~'/component.html' ignore missing with context %}
File "components/subscribe_flow/survey_step/cmp_20927bea-c918-44b8-a807-17468d8e0c74/component.html", line 4, in top-level template code
File "/usr/local/lib/python2.7/site-packages/jinja2/sandbox.py", line 385, in getattr
value = getattr(obj, attribute)
UndefinedError: 'flow_step' is undefined