{% extends "features/base.html" %} {% if not title %}{% block main_title %}Feature Disabled{% endblock %}{% endif %} {% block content %} {% load features %} {% render feature.message %} {% endblock %}