{{menu_data.title}}
    {% for opt in menu_data.opts %} {% if opt.childs %}
    • {% for child in opt.childs %}
    • {{child.text}}
    • {% endfor %}
  • {% else %}
  • {{opt.text}}
  • {% endif %} {% endfor %}