From 1c16cfceca3134b79b9319a3b4d467972dc5989f Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sun, 28 Jul 2019 16:17:48 -0400 Subject: Styles --- templates/beerpage.jinja2 | 166 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 149 insertions(+), 17 deletions(-) (limited to 'templates/beerpage.jinja2') diff --git a/templates/beerpage.jinja2 b/templates/beerpage.jinja2 index 68291af..aa45409 100644 --- a/templates/beerpage.jinja2 +++ b/templates/beerpage.jinja2 @@ -80,23 +80,146 @@ function drawAnnotations() { {% endfor %} -
- Show me beers which are - - - -
+
+
+
+ Show me beers which are + + + +
+
+
+
+ Show me similar beers in the style of + + +
+
+
{% if attr_beers %}
Beers like {{ beer_data.name }} but {{ direction }} {{ attr }}
@@ -107,4 +230,13 @@ function drawAnnotations() { {% endif %} + {% if style_beers %} +
Beers like {{ beer_data.name }} but in the {{ style }} style
+ + {% endif %} + {% endblock %} -- cgit v1.2.3