layout/skeleton/_listingitem.html @ f9e39b84a2b1
Add the "Branching as Needed" entry and refactor some HTML/CSS/blocks.
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 28 Feb 2010 14:02:52 -0500 |
parents |
08d7552b6237 |
children |
def464696a83 |
<li>
<a href="{{ list_page.url }}">
{% with list_page.name_without_extension|remove_date_prefix|unslugify as default_title %}
{{ list_page.title|default_if_none:default_title|safe|typogrify }}
{%endwith%}
</a>
<span class="snip">{{ list_page.snip|safe|typogrify }}</span>
</li>