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