mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 05:30:21 -04:00
6 lines
147 B
HTML
6 lines
147 B
HTML
|
|
{% macro api_key(key) %}
|
||
|
|
<div data-module="api-key" data-key="{{ key }}">
|
||
|
|
<span class="api-key-key">{{ key }}</span>
|
||
|
|
</div>
|
||
|
|
{% endmacro %}
|