We tried these URL rules in order, but the current URL didn’t match any of them.

    {% for r in rules %} {% if not r.build_only %}
  1. {%- if r.subdomain %}{{ r.subdomain|e }}. {% endif -%} {{ r.rule|e }} {%- if r.methods %}[{{ r.methods|join(', ') }}]{% endif -%}
  2. {% endif %} {% endfor %}