more updates to match new code, new entry for testing
This commit is contained in:
parent
46751d66ca
commit
008d2d760c
140 changed files with 17228 additions and 12 deletions
9
themes/yesplease/templates/list_post.tmpl
Normal file
9
themes/yesplease/templates/list_post.tmpl
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<%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"/>
|
||||
Loading…
Add table
Add a link
Reference in a new issue