diff --git a/templates/A.html b/templates/A.html
new file mode 100644
index 0000000..9bc0178
--- /dev/null
+++ b/templates/A.html
@@ -0,0 +1,28 @@
+{% extends "results_layout.html" %}
+
+{% block body %}
+
{{ lang_data.results.results }} {{ fetched }} {{ lang_data.results.seconds }}
+ {% if results %}
+ {% for result in results %}
+
+
+
+
{{ result[1] }}
+
{{ result[3] }} • {{ result[2] }}
+
{{ result[5] }} | {{ result[4] }}
+
+
+
+ {% endfor %}
+
+ {% else %}
+
+ Your search '{{ q }}' came back with no results.
+ Try rephrasing your search term and/or recorrect any spelling mistakes.
+
+ {% endif %}
+{% endblock %}
\ No newline at end of file
diff --git a/templates/images.html b/templates/images.html
index f3c072c..0eb14d2 100644
--- a/templates/images.html
+++ b/templates/images.html
@@ -52,6 +52,7 @@
+
{{ if .Results }}
diff --git a/templates/results.html b/templates/results.html
index a19127c..4d188aa 100644
--- a/templates/results.html
+++ b/templates/results.html
@@ -53,15 +53,18 @@
- {{range .Results}}
-
-
+ {{if .Results}}
+ {{range .Results}}
+
+
+ {{end}}
+ {{else}}
+
No results found for '{{ .Query }}'. Try different keywords.
{{end}}
-