{% extends 'base.html' %} {% block body %}

Hello, {{ name|default('World', boolean=True) }}!

{% endblock %}