{% if kbsite.title %}{{kbsite.title}}{% else %}kegbot beer device{% endif %}
{% endblock %}
{% comment %} Inhibit page title on main page. {% endcomment %}
{% block header-margin %}{% endblock %}
{% block col-1 %}
{% for tap in taps %}
{% if tap.current_keg %}
{% with tap.current_keg as keg %}
{% include "kegweb/keg-snapshot.html" %}
{% endwith %}
{% endif %}
{% endfor %}