mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Reworking checkboxes to adhere to USWDS styling
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
{% macro content_metadata(data, suffix=False) %}
|
||||
<div class="content-metadata">
|
||||
<dl>
|
||||
{% for key, value in data.items() %}
|
||||
<dt class="content-metadata__term">{{ key }}</dt>
|
||||
<dd class="content-metadata__definition">{{ value }}</dd>
|
||||
<span class="content-metadata__term">{{ key }}</span>
|
||||
<span class="content-metadata__definition">{{ value }}</span>
|
||||
{% endfor %}
|
||||
</dl>
|
||||
{% if suffix %}
|
||||
<p class="content-metadata__suffix">{{ suffix }}</p>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user