{% extends "page-twocol.html" %} {% load kegweblib %} {% block title %}main page{% endblock %} {% block header-text %}
{% 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 %}
{% endblock col-1 %} {% block col-2 %}

recent events

{% endblock col-2 %}