From 28ee93d735879dbf07c9a3549712f35bd8832da9 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sun, 28 Jul 2019 18:34:21 -0400 Subject: Typeahead and search --- templates/base.html | 4 ++ templates/beerpage.jinja2 | 115 +++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 117 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 588ecc4..a27a8c6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,10 +4,14 @@ {% block head %} + + + + {% endblock %} -- cgit v1.2.3