more updates to match new code, new entry for testing

This commit is contained in:
Don Harper 2018-12-19 22:11:49 +00:00
parent 46751d66ca
commit 008d2d760c
140 changed files with 17228 additions and 12 deletions

View 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"/>