{% block head %}
{% block title %}{% endblock %}
{% endblock %}
{# /* In header drop-down navigation, possibly reenable as static "you are here" marker */
Home
Board
TeamSpeak
Doobs
Events
Ladder
#} {% if g.user %}
{{ g.user.nickname }}
{#
Profile
A-Z Challenge
#}
Logout
{% else %}
{% endif %}
DotaNoobs
{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ category }}:{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% if g.doob%}
{{ g.doob.name }}
{% endif %}
{% include 'sidenav.html' %}
{% if g.doob%}
{{ g.doob.name }}
{% endif %}
{% include 'sidenav.html' %}
{% block content %} {% endblock %}
{% block pagescripts %} {% endblock %}