{% extends "base.html" %} {% block title %}Welcome to the Kitten Collective!{% endblock %} {% block content %} {% match monthly_link %} {% when Some with (link) %}
{% else %} {% endmatch %} {% match annual_link %} {% when Some with (link) %} {% else %} {% endmatch %} {% match invitation %} {% when Some with (link) %} {% else %} {% endmatch %} {% endblock %}