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

{{ page.title }}

{{ page.content }} {% include 'twitter.html' %} {% if PDF_PROCESSOR %}

get the pdf

{% endif %}
{% endblock %}