{% if offline %}
{%- if inline -%}
{% else %}
{% if theme is not none %}
{% if theme.value == 'flatly' %}
{% elif theme.value == 'united' %}
{% elif theme.value == 'simplex' %}
{% elif theme.value == 'cosmo' %}
{% endif %}
{% else %}
{% endif %}
{% endif %}
{% else %}
{% if theme is not none %}
{% if theme.value == 'flatly' %}
{% elif theme.value == 'united' %}
{% elif theme.value == 'simplex' %}
{% elif theme.value == 'cosmo' %}
{% endif %}
{% else %}
{% endif %}
{% endif %}
{%- if inline -%}
{% else %}
{% endif %}