Bloom Beautifully Design Error: 'flow_step' is undefined

Triggered by: subscribe_flow/terms_step.html (line 3)

  1. 
  2. {% extends "base.html" %}
> 3. {% block title %}{{ flow_step.page_title | default("Choose a Term", True) }}{% endblock %}
  4. {% block body_class %}subscribe_page{% endblock %}
  5. {% block page_content %}

Stack Trace:

Traceback (most recent call last):
  File "./cratejoy/theme/render.py", line 395, in render_page
    output = tpl.render(**kwargs)
  File "/home/ubuntu/cratejoy/venv/local/lib/python2.7/site-packages/jinja2/environment.py", line 1008, in render
    return self.environment.handle_exception(exc_info, True)
  File "/home/ubuntu/cratejoy/venv/local/lib/python2.7/site-packages/jinja2/environment.py", line 780, in handle_exception
    reraise(exc_type, exc_value, tb)
  File "subscribe_flow/terms_step.html", line 2, in top-level template code
  File "base.html", line 23, in top-level template code
  File "subscribe_flow/terms_step.html", line 3, in block "title"
  File "/home/ubuntu/cratejoy/venv/local/lib/python2.7/site-packages/jinja2/sandbox.py", line 385, in getattr
    value = getattr(obj, attribute)
UndefinedError: 'flow_step' is undefined

PSST: If you are the owner of this store, fix this error from the code editor. See the developer documentation for more information.