10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
<div class='empty-state'>
|
|
<p>{{ message }}</p>
|
|
|
|
{% if icon %}
|
|
{% module Icon(icon) %}
|
|
{% end %}
|
|
|
|
<a href='{{ actionHref }}' class='usa-button usa-button-big'>{{ actionLabel }}</a>
|
|
</div>
|