diff --git a/templates/pages/home.html b/templates/pages/home.html index f7fdcd4..3d37dce 100644 --- a/templates/pages/home.html +++ b/templates/pages/home.html @@ -112,8 +112,27 @@ is_authenticated %} {% for brew in recent_brews %} {{ brew_card::card(brew, is_authenticated) }} {% endfor %} {% else %} -
- No brews yet. +
+ +
+ No brews yet +
{% endif %} @@ -134,8 +153,28 @@ is_authenticated %} {% for bag in open_bags %} {{ bag_card::card(bag, is_authenticated) }} {% endfor %}
{% else %} -
- No open bags. +
+ +
+ No open bags +
{% endif %} @@ -170,8 +209,21 @@ is_authenticated %} {% endfor %}
{% else %} -
- No activity yet. +
+ +
+ No activity yet +
{% endif %}