Finalized flags
diff --git a/templates/match.html.ep b/templates/match.html.ep
index 627adbc..f3b5474 100644
--- a/templates/match.html.ep
+++ b/templates/match.html.ep
@@ -9,6 +9,7 @@
     id="<%= $id %>"\
 <% if (current_route eq 'match') { %> class="active"<% } =%>>
   <div>
+    <div class="flag"></div>
 %# --- Snippet
     <div class="snippet<%= $match->{startMore} ? ' startMore' : '' %><%= $match->{endMore} ? ' endMore' : '' %>"><%== $match->{snippet} %></div>
   </div>