{% extends "base.html" %} {% block content %} Hello, {{ username | default('poop') }}! This is just some content.