{% block head %}
{% block title %}{% endblock %}
{% endblock %}
{% if g.user %}
{{ g.user.nickname }}
Profile
A-Z Challenge
Latest Posts
{% if g.user.admin %}
Add Event
{% endif %}
Settings
Logout
{% else %}
{% endif %}
DotaNoobs
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% if not g.user.logo %}
{% endif %}
{% 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 %}