mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 15:28:50 -04:00
4 lines
118 B
HTML
4 lines
118 B
HTML
|
|
{% macro show_more(url, label) %}
|
||
|
|
<a href="{{ url }}" class="show-more"><span>{{ label }}</span></a>
|
||
|
|
{% endmacro %}
|