my eye

Remove redundant search input, populate outer template

Committed 867cc8

--- a/webint_search/templates/results.html
+++ b/webint_search/templates/results.html

 $def with (query, conversion, iw_profile, ap_profile, formatted_query, result, ipa_pronunciation, cmu_pronunciation, definition, rhymes, web_results, code_projects, code_files, books)
 $var breadcrumbs = ("search", "Search")
+$var title: $query
+$var query = query
 
 <style>
 pre {
   margin-top: 1em; }
 </style>
 
-<form style="margin:1em 0">
-    <input name=q value="$query"> <button>Search</button>
-</form>
-
 $if iw_profile or ap_profile:
     <div class=profile
         style="display:grid;grid-gap:1em;grid-template-columns:20% auto;margin:2em 0 0 0">