Support VCs via URL without queries (fixes #207)

Change-Id: Idb8a8353f1128bbbd21b235a2e013ac4ab780661
diff --git a/templates/layouts/main.html.ep b/templates/layouts/main.html.ep
index 590ce85..062a6b3 100644
--- a/templates/layouts/main.html.ep
+++ b/templates/layouts/main.html.ep
@@ -76,7 +76,10 @@
     </noscript>
     
     <main<% if (stash 'main_class') { %> class="<%= stash 'main_class' %>"<% } %>>
-    %= content
+
+      %= include 'query'
+
+      %= content
     </main>
 
     % unless ($embedded) {