angular/aio/tools/transforms/templates/api/block.template.html

14 lines
247 B
HTML
Raw Normal View History

{% extends 'export-base.template.html' -%}
{% block overview %}
{% if doc.syntax %}
<h2>Syntax</h2>
{$ doc.syntax | marked $}
{% endif %}
{% endblock %}
{% block details %}
{% include "includes/description.html" %}
{% endblock %}