{% extends "./public/defaultTemp.html" %} {% block content %}
    {% for item in siteMapList %}
  1. {{item.title}}
  2. {% endfor %}
{% endblock %}