{% set title_s %}{% block title %}{{ title | e if title else "BARC Plot" }}{% endblock %}{% endset %} {{ title_s }}

{{ title_s }}

{% if annotations['profile_dropdown'] -%}{{ annotations['profile_dropdown'].value}}{%- endif %}

{% for tag in annotations['metadata'].value %}
{{ tag }}
{% endfor %}
{% for fig in figures %}
{{ figures[fig] }}
{% endfor %}
{% for id, contents in annotations.items() -%} {% if id not in ['title', 'profile_dropdown','metadata'] -%}

{{ contents.label }}

{% if contents.value is defined -%}{{ contents.value }}{% else -%}{{ contents.active }}{%- endif %}

{%- endif %} {% endfor %}