## -*- coding: utf-8 -*- <%namespace name="helper" file="post_helper.tmpl"/> <%namespace name="pheader" file="post_header.tmpl"/> <%namespace name="comments" file="comments_helper.tmpl"/> <%inherit file="post.tmpl"/> <%block name="extra_head"> ${parent.extra_head()} ## Get the Gentium Basic font from Google <%block name="content">

${post.title()}

${post.text()}
## The extra_js block goes always at the end, right before closing the tag. <%block name="extra_js"> ## Load FlowType.JS and apply it to the main text.