{% extends base %} {% block head %} {% end %} {% block body %} {% init embed = False %} {% set path = xutils.get_argument("path") %} {% if not embed %}
{% init fs_title = "文本阅读" %}

{{fs_title}}
目录 {% include common/button/back_button.html %}

{% end %}
{% if not embed %} {% include mod_fs_path.html %} {% end %}
{% end %}