{% if sitemap_json.entries %}
{% for entry in sitemap_json.entries %}
-
{% include "admin/dashboard_modules/includes/sitemap_item.html" with entry=entry %}
{% endfor %}
{% else %}
You haven't made a homepage yet! {% if sitemap_json.canAdd %}
Make one.{% endif %}
{% endif %}