## include "00_header.tmpl" ## if exists("blog_post") {{ blog_post.title }}
{{ blog_post.publishDate }} by {{ blog_post.author }}
{{ blog_post.content }} ## endif ## if exists("blog_listing") and length("blog_listing") > 0 ## for entry in blog_listing {{ loop.index1 }}  {{ entry.title }} by {{ entry.author }}
    published {{ entry.publishDate }}
## if not loop.is_last
## endif ## endfor ## endif ## include "01_footer.tmpl"