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 %}
- {%- if r.subdomain %}{{ r.subdomain|e }}. {% endif -%} {{ r.rule|e }} {%- if r.methods %}[{{ r.methods|join(', ') }}]{% endif -%} {% endif %} {% endfor %}