www.donaldharper.com/themes/yesplease/templates/list_post.tmpl

9 lines
No EOL
264 B
Cheetah

<%doc>
Template used to display generic lists of posts, which it gets in posts.
This is very similar to index.tmpl.
</%doc>
<%inherit file="/_base.tmpl"/>
<%block name="page_title">${title}</%block>
<%include file="_index.tmpl" args="include_content=False"/>