{% include 'scripts.html' %} {% include 'styles.html' %}
{{ context.title }}
{% if context.components.dfs[0].has_overview %}
Overview
{% endif %}
{% if context.components.dfs[0].has_variables %}
Variables ≡
{% for var in context.components.dfs[0].variables.keys() %}
{{ var|e }}
{% endfor %}
{% endif %}
{% if context.components.dfs[0].has_overview %}
Overview
{% include 'overview.html' %}
{% endif %} {% if context.components.dfs[0].has_variables %}
Variables
{% include 'variables.html' %}
{% endif %}