templates-concept-pr

This commit is contained in:
Dragons
2017-07-10 21:54:48 +08:00
parent b3bce95c2b
commit c35043d0fe
+32
View File
@@ -0,0 +1,32 @@
{% if overview %}
{{ overview }}
{% else %}
{% include templates/_errorthrower.md missing_block='overview' purpose='provides an overview of this concept.' %}
{% endif %}
* TOC
{:toc}
{% if body %}
{{ body }}
{% else %}
{% include templates/_errorthrower.md missing_block='body' purpose='supplies the body of the page content.' %}
{% endif %}
{% if whatsnext %}
## 开始下一步
{{ whatsnext }}
{% endif %}