{% extends "layout.html" %} {% block title %}{{ page.title|upper }} | {{ super() }}{% endblock %} {% block body %}{{ page.content }}{% endblock %}