Add content area behind search results in templates

Change-Id: I76ddb30683c7bec97c948fbe976db1e6feb585b1
diff --git a/templates/search.html.ep b/templates/search.html.ep
index e73b267..0ad8f2d 100644
--- a/templates/search.html.ep
+++ b/templates/search.html.ep
@@ -29,4 +29,5 @@
 % } elsif (stash('results')->size == 0) {
 <p class="no-results"><%= loc 'noMatches', q => stash('q'), ql => stash('ql') %></p>
 % }
+%= content_for 'after_search_results'
 </div>