{% load current_nav %} {% load static from staticfiles %} {% block title %}{% if site_title %}{{ site_title }}{% else %}Velociraptor{% endif %}{% endblock title %} {% block style %}{% endblock style %} {% if custom_css %} {% endif %} {% if messages %}
{% for message in messages %}
× {{ message }}
{% endfor %}
{% endif %}
{% block content %} {% endblock content %}
{# GOATEE TEMPLATES #} {% include "jstemplates.html" %} {% block script %}{% endblock script %}