{% extends "website/layout.html" %} {% block title %}{{ page.title }} · {{ super() }}{% endblock %} {% block description %}{{ page.description }}{% endblock %} {% block head %} {{ super() }} {% if page.next and page.next.path %} {% endif %} {% if page.previous and page.previous.path %} {% endif %} {% endblock %} {% block body %}
{% block header %}
文档中心
{% endblock %}
{% include "website/sidenav.html" %}
{% block search_results %} {% block page %}
文档中心 >
下载PDF文档
{{ page.content|safe }}
{% endblock %} {% endblock %}
{% for resource in plugins.resources.js %} {% if resource.url %} {% else %} {% endif %} {% endfor %} {% endblock %}