{% include "header.html" %} {% if encrypt_client %}
{% if status == "success" %} Success!
{% endif %} {% if status == "incorrect" %} Incorrect password. {% endif %}
{% else %}
{% if status == "success" %} Success!
{% endif %} {% if status == "incorrect" %} Incorrect password. {% endif %}
{% endif %} {% include "footer.html" %} {% if !args.pure_html %} {% endif %}