aboutsummaryrefslogtreecommitdiff
path: root/templates/block.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/block.html')
-rw-r--r--templates/block.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/block.html b/templates/block.html
new file mode 100644
index 0000000..1e06b7d
--- /dev/null
+++ b/templates/block.html
@@ -0,0 +1,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>