All pastes #1553848 Raw Edit

h3

public text v1 · immutable
#1553848 ·published 2009-09-04 14:23 UTC
rendered paste body
<ul>
    {% for item in object_list %}
    <li{% if forloop.first %} class="first"{% endif %}{% if forloop.first %} class="last"{% endif %}>
        {{ item }}
    </li>
    {% endfor %}
</ul>