{% extends "common/layouts/default.html" %} {% block body %} {% require "pages/newpage/styles/index.css" %} {% use "pages/newpage/schemas/config" as config %}
这里编写页面 HTML 代码
{% enduse %} {% require "pages/newpage/scripts/index.js" %} {% endblock %}