This is the rendered version of template.html.
Templates run Python code: 1 + 2 = {{ 1 + 2 }}
Templates include files relative to the current template path.
{% include page.yaml %}
Templates include modules relative to the FileHandler path.
{% module Template('filehandler/page.yaml') %}