{% for dl_item in dl_items %}
<dl class="dl">
<dt class="{{ dl_item.dt_class }}">{{ dl_item.dl_term }}</dt>
<dd class="{{ dl_item.dd_class }}">{{ dl_item.dl_def }}</dd>
</dl>
{% endfor %}
{
"ul_items": {
"1": {
"content": "Top 3 Albums May 23, 2009"
},
"2": {
"content": "'Epiphany' - Chrisette Michele"
},
"3": {
"content": "'Hannah Montana: The Movie Soundtrack'"
},
"4": {
"content": "'Fantasy Ride' - Ciara"
}
}
}
.ol.u_alpha {
list-style-type: upper-alpha;
&.l_alpha {
list-style-type: lower-alpha;
}
&.u_roman {
list-style-type: upper-roman;
}
&.l_roman {
list-style-type: lower-roman;
}
}
No notes defined.