params.template.html 126 B

123456
  1. {%- if doc.params %}
  2. <section class="api-section">
  3. <h3>Arguments</h3>
  4. {$ paramTable(doc.params) $}
  5. </section>
  6. {%- endif -%}