{% block head %} {% endblock head %} {% if "batik" in output_file %} {% include 'batik-top.html' %} {% elif "fop" in output_file %} {% include 'fop-top.html' %} {% else %} {% include 'xgc-top.html' %} {% endif %}
{% block content %} {% endblock %}
{% include 'bottom.html' %}