{# load Open Graph tags for Chops and social sharing #} {% if chop %} {% else %} {% endif %} {% if tagging == True %} {% endif %} {% block head %} {% endblock %} {# Google Analytics Tracking Code if account exists in config #} {% if google_analytics_account %} {% endif %}
{% with message = get_flashed_messages() %} {% if message %}
{{ message[0] }}
{% endif %} {% endwith %}
{% block content %} {% endblock %}
{% if tagging == True %} {% endif %} {% if active_page == 'upload' %} {% endif %} {% if active_page == 'home' or active_page == 'tags' or active_page == 'following' %} {% endif %} {% if requires_loginForms == True %} {% include 'shared/_login_register.html' %} {% endif %} {% block footer %} {% endblock %}