{% extends "base.html" %} {% block title %}Hello World | {{ super() }}{% endblock title %} {% block content %}
Hello World
{%- endblock content %}