{%- if doc.params %}

{% if doc.paramType %} {$ doc.paramType $} {% elif doc.docType == 'directive' %} Attributes {% else %} Arguments {% endif %}

{$ paramTable(doc.params) $}
{%- endif -%}