{% include "breadcrumbs.html" %}
{% include "footer.html" %}
{% block body %}{% endblock %}
{# TEMPLATE VAR SETTINGS #} {%- set url_root = pathto('', 1) %} {%- if url_root == '#' %}{% set url_root = '' %}{% endif %} {%- if not embedded and docstitle %} {%- set titlesuffix = " — "|safe + docstitle|e %} {# Add version number suffix to legacy spark documentation page titles #} {%- if 'spark/1.6' in pagename %} {%- set titlesuffix = ' (Spark 1.6)' ~ titlesuffix %} {%- endif %} {%- else %} {%- set titlesuffix = "" %} {%- endif %}
{{ metatags }} {% block htmltitle %}