diff --git a/tools/api-builder/angular.io-package/templates/type-alias.template.html b/tools/api-builder/angular.io-package/templates/type-alias.template.html index 6149a65df8..8f4b225223 100644 --- a/tools/api-builder/angular.io-package/templates/type-alias.template.html +++ b/tools/api-builder/angular.io-package/templates/type-alias.template.html @@ -1,8 +1 @@ -{% include "lib/githubLinks.html" -%} -{% extends 'layout/base.template.html' %} - -{% block body %} -
{$ doc.description | marked $}
- -{% endblock %} \ No newline at end of file +{% extends 'interface.template.html' %}