{{ pagename }} ‹ Chocolat API

{% for item in page %} {% if item.isFirstOfSection %}

{{ item.sectionName }}

{% endif %}

{{ item.headerstring }}

{{item.description.summary|safe}} {% if item.params %}
    {% for param in item.params %}
  • {{ param.name }} {{ param.types|join(" or ") }} – {{ param.description }}
  • {% endfor %}
{% endif %} {% if item.returns %}

Returns {{ item.returns.types|join(" or ") }} – {{ item.returns.description }}

{% endif %} {{item.description.body|safe}} {% endfor %}