{% block head %}{% endblock %}
EcoCycle
{% if session.username %}
Dashboard
Route Planner
Community
Challenges
{% endif %}
{% if session.username %}
{{ session.username }}
Profile
Settings
Logout
{% else %}
Login
{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}