{% assets "scss_all" %}
{% endassets %}
{{ config.get('INSTANCE_NAME') }}
{{ config.get('INSTANCE_NAME') }}
Posts
Upload
{% if not (current_user.is_authenticated and current_user.rating.name == 'explicit') %} {% if not utils.session_rating().get('rating') %}
NSFW
{% else %}
NSFW
{% endif %} {% endif %}
{% if current_user.is_anonymous %}
Logged out
{% else %}
{{ current_user.username }}
{% endif %}
{% if current_user.is_anonymous %}
Login
Register
{% else %}
Profile
Settings
Log out
{% endif%}
{% with msgs = get_flashed_messages(with_categories=True) %} {% if msgs %}
{% for cat,msg in msgs %}
{{msg}}
{% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}
{% assets "js_all" %} {% endassets %}