Myriad
{% if g.user %}
Manage
{% endif %}
Blog
{% if g.user %}
{% endif %}
{% if config["REGISTRATION"] == True %}
Administration
{% if g.user %}
{% else %}
{% endif %}
{% else %}
{% if g.user %}
Administration
{% endif %}
{% endif %}
{% block content %}{% endblock %}