diff options
Diffstat (limited to 'src/templates/attachment.html')
-rw-r--r-- | src/templates/attachment.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/templates/attachment.html b/src/templates/attachment.html new file mode 100644 index 0000000..4c7731c --- /dev/null +++ b/src/templates/attachment.html @@ -0,0 +1,4 @@ +<h2>Attachment {{id}}</h2><br/> +<img src="{{path}}" style="display:span;float:none;" width="440"/> +<p style="text-indent:5px;"><b>Alt:</b> {{alt-text}}</p> +<hr width="80%" /> |