{% extends "base.html" %} {% block head %} {% endblock %} {% block title %} {{ title }} -- Home {% endblock %} {% block content %}

Welcome {{ username }}!

So far this page is pretty empty. Feel free to look around though.

{% endblock %}