{# Tab Headers #}
{# Add the data-deep-link attributes to the
#}
{% for element in elements %}
{# Create a unique, semantic slug from the header text #}
{% set tabSlug = (element.header|slug) ~ '-' ~ loop.index %}
{# Use the slug for the li id #}
{% for element in elements %}
{# Create the *same* slug again for the content panel #}
{% set tabSlug = (element.header|slug) ~ '-' ~ loop.index %}
{# Use the slug for the div id #}