{% extends "base.html" %} {% block content %} {% if page.content %} {{ page.html | safe }} {% else %} This page is empty {% endif %}