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