{% if user is empty %}
{{ include(template_from_string(lang.togglenav)) }}
{{settings.title}}
{{ include(template_from_string(lang.home)) }}
{{ include(template_from_string(lang.admin)) }}
{% else %}
{{ include(template_from_string(lang.togglenav)) }}
{{settings.title}}
{{ include(template_from_string(lang.home)) }}
{{ include(template_from_string(lang.newpost)) }}
{{ include(template_from_string(lang.users)) }}
{{ include(template_from_string(lang.newuser)) }}
{{ include(template_from_string(lang.settings)) }}
{{ include(template_from_string(lang.logout)) }} ({{user}})
{% endif %} {% block content %} {% endblock %}