{% extends "../base.html" %} {% block head %} Welcome {% end %} {% block body %}

Hello world

{% end %}