{% extends 'base.html' %} {% block content %} {% if tabs is defined %}
{% block tabcontent %}{% endblock %}
{% else %}

Plugin development error - specifed the tabbed.html template, but did not specify tabs context variable.

{% endif %} {% endblock %}