{% extends "base.html" %}
{% block title %}Settings - Laterite{% endblock %}
{% block content %}
<div class="lat-toolbar"><h1>Settings</h1></div>
{% if shell.sidebar.is_empty() %}
<div class="lat-card"><p style="color:var(--text-muted);margin:0">No settings have been registered.</p></div>
{% else %}
<p style="color:var(--text-muted);max-width:52ch">Choose a section from the list to configure it.</p>
{% endif %}
{% endblock %}