{% 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 %}
{% endblock %}