{% set smessage = req.flash('successMessage') %}
{% if smessage.length %}
{% endif %}
{% endblock content_main %}
{% block content_footer %}
{% endblock content_footer %}
{% block footer %}
{% endblock footer %}
{{ smessage }}
{% endif %}
{% set wmessage = req.flash('warningMessage') %}
{% if wmessage.length %}
{{ wmessage }}
{% endif %}
{% if req.form.errors.length > 0 %}
-
{% for error in req.form.errors %}
- {{ error }} {% endfor %}
{% if googleLoginEnabled() %}
#}
{# Google Connect #}
{# /Google Connect #}
{% endif %}
{% if githubLoginEnabled() %}
{# end of .tab-contents #}
{#
{# GitHub Connect #}
{# /GitHub Connect #}
{% endif %}