{% comment %}To render single joyride{% endcomment %}
    {% with joyride.steps.all as steps %} {% for step in steps %}
  1. {% if step.header %}

    {{ step.header|safe }}

    {% endif %}

    {{ step.content|safe }}

  2. {% endfor %} {% endwith %}
{% include "joyride/joyride_script.html" %}