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