{% block meta %}{% endblock %}
{% if title %}{{ title }} - {% endif %}Workout With Friends
{% block styles %}{% endblock %}
WOWF
Beta
{% set notifications_count = request.user.count_unconfirmed_notifications() if request.user else 0 %}
{% if not request.user %}
Log In
Register
{% else %}
{{ notifications_count | pluralize('Notification', 'Notifications') }}
New Challenge
Settings
Logout
{% endif %}
{% for type in (g.ERROR, g.WARNING, g.NOTICE, g.SUCCESS) %} {% for message in request.session.pop_flash(type) %}
{{ message }}
{% endfor %} {% endfor %} {% block body %}{% endblock %}
{% block scripts %}{% endblock %}