diff --git a/iwm_browser/main.py b/iwm_browser/main.py
index be8c38e..504a19f 100644
--- a/iwm_browser/main.py
+++ b/iwm_browser/main.py
@@ -23,6 +23,7 @@ template_env = jinja2.Environment(
error_template = template_env.get_template("error.html")
template_env.globals["convert_times"] = utils.convert_times
+template_env.globals["isSelected"] = utils.isSelected
template_env.globals["generate_thumbnail_url"] = utils.generate_thumbnail_url
template_env.globals["__version__"] = __version__
diff --git a/iwm_browser/templates/search.html b/iwm_browser/templates/search.html
index 14a0068..4ac1efe 100644
--- a/iwm_browser/templates/search.html
+++ b/iwm_browser/templates/search.html
@@ -1,8 +1,9 @@
-
More options
+ {% macro option(name, value, key) -%}
+
+ {%- endmacro %}
@@ -61,15 +66,15 @@