{% block styles %}{% endblock %}
{{ site.title }}
Tables
{% for table in site.tables %}
{{table }}
{% endfor %}
{% block menus %}{% endblock %}
{% if site.users %}
{{ site.users|count }}
Online
{% for username, user in site.users|items %}
{{ username }}
{% endfor %}
{% endif %} {% if site.user.name %}
{{ site.user.name }}
Sign out
{% else %}
Sign in
Sign in
{% endif %}
{% block content %} {% endblock %}
{% block scripts %} {% endblock %}