<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%def name="title()">${_("Comment") if h.comment.wording() else _("Argument")} <%def name="breadcrumbs()"> ${h.delegateable.breadcrumbs(c.comment.topic)|n} » ${_("Comment") if h.comment.wording() else _("Argument")} <%block name="headline"> ${tiles.comment.header(c.comment, active='discussion')} <%block name="main_content"> ${tiles.comment.show(c.comment)}