laterite-admin 0.1.0

Laterite CMF admin surface: the Axum router, session middleware, and login shell
Documentation
1
2
3
4
5
6
7
8
9
10
{% 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 %}