mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Uses an adapted version of the 'summary table' pattern from Digital Marketplace frontend toolkit: http://alphagov.github.io/digitalmarketplace-frontend-toolkit/summary-table.html
4 lines
97 B
HTML
4 lines
97 B
HTML
{% macro placeholder(variable) %}
|
|
<span class='placeholder'>{{variable}}</span>
|
|
{% endmacro %}
|