{% extends base %} {% block init_vars_block %} {% init show_right = False %} {% end %} {% block body %}
{% set title = "sha1" %} {% include "tools/base_title.html" %}
{% import hashlib %} {% set input_text = xutils.get_argument("input", "") %}
{% end %}