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

Whatcha Watchin?

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

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


Here are your things to watch:


{% else %}

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

{% endmatch %} {% endblock %}