{% block styles %}{% endblock %}
{% if user.is_authenticated %}
Welcome
{% if user.first_name %}{{ user.first_name|escape }} {{ user.last_name|escape }}{% else %}{{ user.username }}{% endif %}
Logoff
{% if user.is_staff %}
Admin
{% endif %}
{% else %}
Login via Launchpad
{% endif %}
Home
Support
Contact Us
Event Calendar
Photo Gallery
Forum
{% block content %} {{ content }} {% endblock %}
Copyright 2008, Martin Owens; Licensed under Creative Commons CC-BY-SA