{% load static %} {% load filters %} {{ page_name }} | Workoutizer {% include "lib/server_sent_events.html" %}
{% include "lib/sidebar.html" %}
{% include "lib/navbar.html" %}
{% include "lib/messages.html" %} {% block body %} // content will be here {% endblock %}
{% include "lib/footer.html" %}
{% include "lib/keyboard_shortcuts.html" %}