{% extends "base.html" %} {% block container %}
{% if tabs %}
Thumbnail {{ package.title }} {% for item in tabs %} {{ item.title }} {% endfor %}
{% endif %} {{ self.content() }} {% if tabs %}
{% endif %}
{% endblock %}