{% extends "base.html" %} {% from '_comments.html' import render_comments %} {% from '_featured_image.html' import featured_image_block %} {% from '_archive.html' import archive_button, archived_chip %} {% block content %} {# Recursive macro reused for the edit-mode checklist below. #} {% macro render_area_nodes(nodes, selected) %}
No areas assigned. Click Edit areas served to attach areas.
{% endif %}No areas defined yet. Add areas first, then come back to assign them.
{% else %} {{ render_area_nodes(areas_tree, selected_area_ids) }}