{% extends "base.html" %}
{% block title %}Extended{% endblock %}
{% block body %}
This is an extended template
{% block body_in %}
More text.
{% endblock %}
If you see this, OK.
Random (only at test2): {{random}}
Unicode Chars: € ¡ á é í ú ó. 汉语/漢語.
{% endblock %}