## -*- coding: utf-8 -*- <%namespace name="common" file="common.block.html"/> <%namespace name="styles" file="../styles.block.html"/> <%namespace name="typed_replies" file="typed_replies.block.html"/> ${ common.layout(title, content ) } <%def name="title()">Re: ${common.post_title(post)}%def> <%def name="content()">
${typed_replies.render_reply_for(post.reply_type)}
${styles.button(u'Ответить', post.url)} %def>