<dl class="bux-dl">
<dt>Term 1</dt>
<dd>This is the definition of the first term.</dd>
<dt>Term 2</dt>
<dd>This is the definition of the second term.</dd>
<dt>Term 3</dt>
<dd>This is the definition of the third term.</dd>
</dl>
<dl class="bux-dl">
{% for item in list_items %}
<dt>{{ item.term }}</dt>
<dd>{{ item.desc }}</dd>
{% endfor %}
</dl>
site_name_prefix: Office of
site_name: Learning Relations Excellence
site_slogan: Additional text or site slogan
address_1: 100 Building Name
address_2: 1 Oval Mall
city: Columbus
state: OH
zip: '43210'
contact_email: email@osu.edu
contact_phone: 614-292-OHIO
contact_tty: 614-688-8605
list_items:
- term: Term 1
desc: This is the definition of the first term.
- term: Term 2
desc: This is the definition of the second term.
- term: Term 3
desc: This is the definition of the third term.
// Definition list.
dl.bux-dl {
font-size: $ts-base;
line-height: 1.5;
margin-top: 0;
}
dt {
font-family: $sans;
font-weight: 700;
}
dd {
font-family: $sans;
font-weight: 400;
margin-bottom: $sp-16;
}
No notes defined.