{% extends "base.html" %} {% block body %} {{ greeting(user) }} {{ greeting('me') }} {{ greeting('world') }}