{% if tabs %}
{{ package.title }}
{% for item in tabs %}
{{ item.title }}
{% endfor %}
{% endif %}
{{ self.content() }}