angular-docs-cn/aio/tools/transforms/templates/function.template.html
Peter Bacon Darwin 1762047bc0 build(aio): fix other dgeni templates
The function and interface templates were overriding the
wrong block.
2017-04-25 07:35:34 +01:00

6 lines
172 B
HTML

{% import "lib/paramList.html" as params -%}
{% extends 'layout/api-base.template.html' -%}
{% block details %}
{% include "includes/_description.html" %}
{% endblock %}