<!doctype html> <html> <body> <b>{{ instance_name }}</b> <form action="/{{ domain }}/search" method="POST"> <input type="text" name="query" id="query"/> <button type="submit">Search</button> </form> </body> </html>