{% extends "base.html" %} {% block title %}{{ page.title }}{% endblock %} {% block content %}
{% if PDF_PROCESSOR %} get the pdf {% endif %} {{ page.content }}
{% endblock %}