mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
12 lines
361 B
HTML
12 lines
361 B
HTML
{% extends 'login_nav.html' %}
|
|
|
|
{% block main_block %}
|
|
|
|
<p>In this section, you can control the {{ cfg.product_name }}'s
|
|
underlying system, as opposed to its various applications and
|
|
services. These options affect the {{ cfg.product_name }} at its most
|
|
general level. This is where you add/remove users, install
|
|
applications, reboot, etc.</p>
|
|
|
|
{% endblock %}
|