{% comment %} Main template for Lockers instance. {% endcomment %} {% block title %}{{ title }}{% endblock title %} {% asset "yui/reset-fonts-grids.css" "lockers.css" "style-common.css" %} {% if node.revision %} {% asset "style-history.css" %} {% else %} {% asset "style.css" %} {% endif %} {% asset "jquery.js" %} {% block module_assets %} {% endblock %} {# Hopefully we'll never have to override yuitype #}
{% block header %}
{% if user.is_authenticated %} Hi {{ user.index.username }} (logout) {% else %} Please log in {% endif %}
Lockers. Experimental social everything. {% breadcrumbs %} {% if node.revision %} in revision {{ node.revision }} (back to present) {% endif %} {% endblock %}
{% block sidebar %} {% endblock %}
{% block body %}

Hello and welcome. Right now everything's in disarray, but you can check out the following things:

{% endblock %}