Added corpus information to template
diff --git a/templates/match.html.ep b/templates/match.html.ep
index c48da55..4f3e312 100644
--- a/templates/match.html.ep
+++ b/templates/match.html.ep
@@ -24,5 +24,6 @@
 % if ($match->{pubDate}) {
  (<time datetime="<%= $match->{pubDate} %>"><%= $match->{pubDate} %></time>)\
 % };
+  <span class="sigle">[<%= $match->{corpusID} %>/<%= $match->{docID} %>/<%= $match->{textID} %>]</span> \
 </p>
 </li>