{% extends "base.html" %} {% block content %}

Meowy Webring

Sites

{% for site in sites %} {% match site.name %} {% when Some with (value) %}

{{ value }}

{% when None %}

{{ site.url }}

{% endmatch %} {% endfor %}
{% endblock %}