{% macro api_key(key, name=None, thing="API key") %} {% if name %}

{{ name }}

{% endif %}
{{ key }}
{% endmacro %}