angular-cn/docs/templates/layout/base.template.html

4 lines
92 B
HTML

<article>
{% include "includes/_title.html" %}
{% block body %}{% endblock %}
</article>