aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/container_search.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-06-30 03:48:09 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-06-30 03:48:09 -0700
commitd1806d43a9d14e27346a0f7a1c36411dead19738 (patch)
tree42eb4f806d422d33d62fa3a6da7d92acf57e1968 /python/fatcat_web/templates/container_search.html
parent361e7fa6d3cd9fe355bd26d85ef92e4b134d853d (diff)
downloadfatcat-d1806d43a9d14e27346a0f7a1c36411dead19738.tar.gz
fatcat-d1806d43a9d14e27346a0f7a1c36411dead19738.zip
more descriptive HTML titles
Diffstat (limited to 'python/fatcat_web/templates/container_search.html')
-rw-r--r--python/fatcat_web/templates/container_search.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/container_search.html b/python/fatcat_web/templates/container_search.html
index b8bbfa18..7f6799dd 100644
--- a/python/fatcat_web/templates/container_search.html
+++ b/python/fatcat_web/templates/container_search.html
@@ -1,4 +1,13 @@
{% extends "base.html" %}
+
+{% block title %}
+{% if query %}
+ Search: {{ query }}
+{% else %}
+ Release Search
+{% endif %}
+{% endblock %}
+
{% block fullmain %}
<div class="ui vertical stripe segment" style="background-color: #EEE; padding-top: 4.5em;">