{% extends base %} {% block init_vars_block %} {% init show_right = False %} {% end %} {% block body %} {% set hash_name = xutils.get_argument_str("tab") %} {% set hash_type = xutils.get_argument_str("type") %}
{% set title = hash_name %} {% include "common/title/base_title.html" %}
{% include tools/encode_tab.html %}
{% end %}