{#
#}
New Paste
{% if g.user and g.user == "admin" %}
admin
{% endif %} {% if g.user %}
Sign out
{% endif %} {# {% if g.user %}
My Pastes
Sign out ({{ g.user.display_name }})
{% else %}
Sign in with Facebook
{% endif %} #}
{% for message in get_flashed_messages() %}
{{ message }} {% endfor %} {% block body %}{% endblock %}