{% set title = 'Blank Page' %} {% set page = 'blank.html' %} {% extends 'layouts/master.html' %} {% block content %}

Blank Page

{% endblock %}