MarkWiki
Go Home
{% if not config['FREEZING'] %}
Create a Wiki
{% endif %}
Explore the Wiki
Get Help
{% if current_user.is_admin() %}
Administrate
{% endif %}
{% if config['AUTHENTICATION'] %}
{% if current_user.is_authenticated() %}
{{ current_user.get_id() }}
Log out
{% else %}
Log in
{% endif %}
{% endif %}
{% block actions %}{% endblock %}
{% with messages = get_flashed_messages(with_categories=True) %} {% if messages %} {% for category, message in messages %} {% if category == 'success' %}
{% elif category == 'info' %}
{% else %}
{% endif %}
×
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %} {% endblock %}