aboutsummaryrefslogtreecommitdiff
path: root/templates/block.html
blob: 1e06b7de2899c624f0f1ba77572b9f901e15117f (plain)
1
2
3
4
5
6
7
8
<div xmlns="http://www.w3.org/1999/xhtml"
      xmlns:py="http://genshi.edgewall.org/">
<h3>${block.package} (${block._raw_version}) ${block.distributions}; urgency=${block.urgency}${block.urgency_comment}</h3>
<pre>${Markup(block.body)}</pre>
<p py:if="not block._no_trailer">
 -- ${block.author} ${block._trailer_separator} ${block.date}
</p>
</div>