Small changes to ease integration of further API nodes
diff --git a/templates/query.html.ep b/templates/query.html.ep
new file mode 100644
index 0000000..5d09324
--- /dev/null
+++ b/templates/query.html.ep
@@ -0,0 +1,8 @@
+% use JSON::XS;
+
+% if (stash('search.query')) {
+<code><span>JSON-LD Query for <%= param 'q' %> (<%= param 'ql' %>)</span><pre>
+%  my $json = JSON::XS->new->pretty;
+%= $json->encode(stash('search.query'))
+</pre></span></code>
+% }