{% include "root_header_begin.html" %} {% include "root_header_end.html" %} {% include "root_sidebar_start.html" %} {% include "root_sidebar_main.html" %}
Welcome to Zerrphix Admin
Please Login
{% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% endwith %}

Username:

Password:

{% include "root_footer.html" %}