{% extends "base.html" %} {% block title %}Welcome to What 2 Watch, Bish{% endblock %} {% block content %}

Welcome to What 2 Watch

{% match user %} {% when Some with (usr) %}

Hello, {{ usr.username }}! It's nice to see you. Let's get watchin'!


{% when None %}

Heya, why don't you log in or sign up?

{% endmatch %} {% endblock %}