{% extends "base.html" %} {% block title %}{{ page.title | striptags }}{% endblock %} {% block content %}

{{ page.title }}

{% if PDF_PROCESSOR %}get the pdf{% endif %}
{{ page.content }}
{% endblock %}