{# src/plainweave/web/templates/intent.html #} {% extends "base.html" %} {% set active_page = "intent" %} {% block title %}Intent · Plainweave{% endblock %} {% block main %}

Intent coverage

{% if banner %}{% endif %}

{% if cov.ratio is not none %}{{ "%.0f%%"|format(cov.ratio * 100) }}{% else %}—{% endif %} {{ cov.numerator }}/{{ cov.denominator }} public surfaces answer "why does this exist?"

{% for section in orphan_sections %}

Orphans — {{ section.level }} ({{ section.items|length }})

{% endfor %} {% endblock %}