{% load static %} Zaw Moe - {% block title %}{% endblock %} {% include 'dashboard/components/favicon.html' %} {% include 'dashboard/components/css.html' %} {% include 'dashboard/components/message.html' %} {% include 'dashboard/components/loader.html' %}
{% include 'dashboard/components/nav_header.html' %} {% include 'dashboard/components/header.html' %} {% include 'dashboard/components/sidebar.html' %}
{% block body %}{% endblock %}
{% include 'dashboard/components/footer.html' %}
{% include 'dashboard/components/js.html' %}