From 3705adfeeb7ec9bf25275eab214c134ae289b7cc Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sun, 28 Jul 2019 14:40:18 -0400 Subject: Add brewery_id, id to BeerInfo --- templates/beerpage.jinja2 | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) (limited to 'templates') diff --git a/templates/beerpage.jinja2 b/templates/beerpage.jinja2 index 0e96dec..f6e0b2e 100644 --- a/templates/beerpage.jinja2 +++ b/templates/beerpage.jinja2 @@ -18,30 +18,32 @@ -
-

- Show me beers which are - - - -

+ + Show me beers which are + + +
{% if direction and attr %}
Beers like {{ beer_data.name }} but {{ direction }} {{ attr }}
{% endif %} -- cgit v1.2.3