{% include 'scripts.html' %} {% include 'styles.html' %}
{% if context.components.dfs[0].has_overview %}

Overview

{% include 'overview.html' %}
{% endif %} {% if context.components.dfs[0].has_variables %}

Variables

{% include 'variables.html' %}
{% endif %}