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

Just $3/month!

{% else %} {% endmatch %} {% match annual_link %} {% when Some with (link) %}

Just $30/year!

{% else %} {% endmatch %} {% match invitation %} {% when Some with (link) %}

Free, limited account for collaborating with other kittens

{% else %} {% endmatch %} {% endblock %}