summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-09-11 10:19:00 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-09-25 14:06:47 +0200
commit7b2834acc9e46502f2bc242a277700d30afe4067 (patch)
tree04f4e78e71a59a2a894c40652e8ccd17a6dcfdf2 /templates
parentd234063bfa6d4e23ca5e6b3f48897d64212e3a5a (diff)
display single note
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/stream.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/stream.php b/templates/stream.php
new file mode 100644
index 00000000..934d91e7
--- /dev/null
+++ b/templates/stream.php
@@ -0,0 +1,8 @@
+<pre>
+ <?php p($_['id']); ?>
+</pre>
+&nbsp;<br />
+&nbsp;<br />
+<pre>
+ <?php p(json_encode($_['item'], JSON_PRETTY_PRINT)); ?>
+</pre>