{# Items to include at the bottom of a single page #}
{# PDF links #}
{% if PDF_PROCESSOR %}
PDF
{% endif %}
{# Copyright notice and link #}
{% if COPYRIGHTS and (COPYRIGHT_PAGE or page.copyright) %}
{{ COPYRIGHTS[page.copyright|default(DEFAULT_COPYRIGHT)][0] }}
{% endif %}
{# Comments #}
{% if ( page.comments == True or ( page.comments is not defined and COMMENTS_PAGE == True ) ) and DISQUS_SN %}
{% include '_disqus.html' %}
{% endif %}