--- layout: compress --- {%- assign locale = page.locale | default: layout.locale | default: site.locale %} {% include copyright.html %} {% include head.html locale=locale %} {% include head/custom.html %} {% if site.preview and site.preview.pr-number %}
当前站点为预览构建而非官方文档。如需反馈问题,请前往 #{{ site.preview.pr-number }} 留言。
{% endif %} {% include_cached skip-links.html locale=locale %} {% include_cached masthead.html locale=locale %}
{{ content }} {% include after-content.html %}
{% if site.search == true %}
{% include_cached search/search_form.html locale=locale %}
{% endif %} {% include scripts.html locale=locale %}