{% with title="Sign In"%} {% include "header.html"%} {% endwith %}
{% include "navbar.html" %}
Sign in
to WGDashboard
{% if message != "" %}
You need to sign in first
{% endif %}
Sign In
Version: {{ version }}
{% include "footer.html" %}