{{ pagedown.include_pagedown() }}
{% block title %}Glitter{% endblock title %}
Toggle navigation
Glitter
Trending
(current)
{% if current_user.is_authenticated %}
My Profile
{%endif%}
{% if not current_user.is_authenticated %}
Login
{% else %}
 Logout
{% endif %}
{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %} {{ message }}!!! {% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}