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