{% block content %}
{% include "content.html" %}
{% endblock %}
{% block sidebar %}
{% if metadata.sidebar is not false %}
{% endif %}
{% endblock %}
{% block scroll %}
{% if metadata.scroll is not false %}
{% include "scroll.html" %}
{% endif %}
{% endblock %}
{% block table %}
{% if metadata.table is not false %}
{% endif %}
{% endblock %}
{% block chart %}
{% if metadata.chart is not false %}
{% endif %}
{% endblock %}
{% block markup %}
{% if metadata.markup is not false %}
{% endif %}
{% endblock %}
{% block custom %}
{% endblock %}