Child: [7c7fe1] (diff)

Download this file

discussion_header.html    14 lines (13 with data), 412 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<div xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
py:strip="True">
<h1 class="title">$value.name</h1>
<div class="content">
<div class="row">
<div class="column grid_12">
<!-- <p>Discussion Shortlink: [${value.shorthand_id()}]</p> -->
<div>${Markup(g.markdown.convert(value.description))}</div>
</div>
</div>
</div>
</div>