Files
angular/aio/tools/transforms/templates/layout/base.template.html
2017-04-16 22:05:23 +01:00

4 lines
92 B
HTML

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