<%inherit file="${context['base']}" /> <%namespace file="pandoc.mako" name="pandoc" /> <%block name="title">Blog Index <%block name="content_block">

Blog Index

%for item in items:

${item['title']}

${item['description']}

%endfor