{# Templates are based on the Jinja syntax. https://jinja.palletsprojects.com/en/3.0.x/templates/ #} {{ page['title'] | default("TJTS5901 webapp") }} {%block head%} {# inheriting templates can add their head stuff here #} {%endblock%} {%block page %} {% if page['title'] %}

{{ title|e }}

{% endif %} {% endblock %}