{% extends "base.html" %} {% block title %}{{ macro.title|transtext(top=False) }}{% endblock %} {% block content %}

Macro: {{ macro.title|transtext(top=False) }}

{{ sections.top_box(macro) }}

Overview

{% if macro.deprecation_msgs %}
Deprecated.
{% for msg in macro.deprecation_msgs %}

{{ msg|transtext(False) }}

{% endfor %}
{% endif %} {{ sections.brief(macro) }} {{ sections.body(macro) }}
{{ sections.see_also(macro) }} {{ sections.params(macro) }} {{ sections.dox_source(macro, in_comment=True) }} {% endblock %}