angular/aio/tools/transforms/templates/layout/base.template.html

4 lines
No EOL
92 B
HTML

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