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