{% extends "base.html" %} {% block meta_header %} {% endblock %} {% block banner %} {% endblock %} {% block forkme %} Fork me on GitHub {% endblock %} {% block content %}

{% for page in pages|sort(attribute='sortorder') %} {% if page.slug == 'introduction' %} {{ page.content }} 本指南的各项主题内容将相对独立设置,因为你的学习需求会由你的当前工作决定。 选择下面的一个主题按钮或查看整个 目录.

创建应用需要学习哪些知识?

{% include "choices/index.html" %} {% endif %} {% endfor %} {% include "index-sidebar.html" %} {% endblock %}