mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 20:48:40 +02:00
Setup summary item include
This commit is contained in:
parent
3c1676affa
commit
a72a629a43
1 changed files with 13 additions and 0 deletions
13
src/registrar/templates/includes/summary_item.html
Normal file
13
src/registrar/templates/includes/summary_item.html
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<section class="summary-item">
|
||||||
|
<hr class="" />
|
||||||
|
<p class="summary-item__title
|
||||||
|
text-primary-dark text-semibold
|
||||||
|
margin-top-0 margin-bottom-05"
|
||||||
|
>
|
||||||
|
{{ title }}
|
||||||
|
</p>
|
||||||
|
<p class="margin-top-0">
|
||||||
|
{{ value }}
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue