diff options
Diffstat (limited to 'src/templates/apattachmentlist_item.html')
-rw-r--r-- | src/templates/apattachmentlist_item.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/templates/apattachmentlist_item.html b/src/templates/apattachmentlist_item.html new file mode 100644 index 0000000..dc2fd67 --- /dev/null +++ b/src/templates/apattachmentlist_item.html @@ -0,0 +1,3 @@ +<h2>Attachment {{id}}</h2><br/> +<div>{{attachment}}</div> +<hr width="80%" /> |