{% load static %} {% block title %} Banking System {% endblock title %} {% include "core/navbar.html" %}
{% block content %} {% endblock content %}
{% include "core/footer.html" %}