{% extends "base.html" %} {% block title %} » Insufficient Permissions {% endblock %} {% block nav %} Insufficient Permissions {% endblock %} {% block content %}
{% if msg %}{{msg}}{% else %}Insufficient Permissions{% endif %}