{% extends "base.html" %} {% block content %}

Hi, welcome to the {{get_setting('butterbox_name')}}.

View and download the information you want from this offline box.

{% for service in services %}
{{ service.name }}
{% endfor %}
{% if display_wifi_password %}

Connect to this box with wifi:

{% endif %} {% endblock %}