Files
notifications-admin/app/templates/components/placeholder.html
Chris Hill-Scott dbc55e76b0 Add table of recipients
Uses an adapted version of the 'summary table' pattern from Digital Marketplace
frontend toolkit:
http://alphagov.github.io/digitalmarketplace-frontend-toolkit/summary-table.html
2015-12-11 09:49:38 +00:00

4 lines
97 B
HTML

{% macro placeholder(variable) %}
<span class='placeholder'>{{variable}}</span>
{% endmacro %}