mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 05:58:25 -04:00
* Updated header and footer * Moved files around and updated gulpfile to correct the build process when it goes to production * Updated fonts * Adjusted grid templating * Adding images to assets * Updated account pages, dashboard, and pages in message sending flow * Updated the styling for the landing pages in the account section once logged in
5 lines
285 B
Plaintext
5 lines
285 B
Plaintext
<div {%- if params.id %} id="{{ params.id }}"{% endif %} class="usa-hint {%- if params.classes %} {{ params.classes }}{% endif %}"
|
|
{%- for attribute, value in params.attributes %} {{attribute}}="{{value}}"{% endfor %}>
|
|
{{ params.html | safe if params.html else params.text }}
|
|
</div>
|