{% block stylesheets %}
{% endblock %}
{% if app.request.get('_route') == 'app_home' %}
Home
{% else %}
Home
{% endif %} {% if app.request.get('_route') == 'app_about' %}
About
{% else %}
About
{% endif %} {% if app.request.get('_route') == 'app_services' %}
Donate
{% else %}
Donate
{% endif %} {% if app.request.get('_route') == 'app_contact' %}
Contact
{% else %}
Contact
{% endif %} {% if app.request.get('_route') == 'app_events' %}
Upcoming Events
{% else %}
Upcoming Events
{% endif %}
{{ page_title }}
{{ page_subtitle }}
{% block javascripts %} {% endblock %} {% block body %}{% endblock %}
{% block endofpage %} {% endblock %}