]> git.mxchange.org Git - friendica-addons.git/blobdiff - mailstream/templates/mail.tpl
update addons template dir layout
[friendica-addons.git] / mailstream / templates / mail.tpl
diff --git a/mailstream/templates/mail.tpl b/mailstream/templates/mail.tpl
new file mode 100644 (file)
index 0000000..a36729c
--- /dev/null
@@ -0,0 +1,10 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
+<div class="mailstream-item-body">{{$item.body}}</div>
+{{if $item.plink}}
+<div>{{$upstream}}: <a class="mailstream-item-plink" href="{{$item.plink}}">{{$item.plink}}</a><div>
+<div>{{$local}}: <a class="mailstream-item-url" href="{{$item.url}}">{{$item.url}}</a></div>
+{{/if}}