{% load staticfiles %} {% block title %}om{% endblock title %} {% include "tpl/home/theme.html" %} {% include "tpl/home/head_js.html" %} {% include "tpl/home/custom_css.html" %} {% include "tpl/home/custom_js.html" %} {% block extra_css %}{% endblock extra_css %}
{% include "tpl/home/left_menu.html" %}

这个页面使用了python、easyui.

  • 点击左边的菜单,会刷新链接
  • 下边有多个页面的标签,点击切换不会刷新页面