/* This file is part of jellything (https://codeberg.org/metamuffin/jellything) which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2026 metamuffin */ pub mod admin; pub mod admin_log; pub mod home; pub mod items; pub mod login; pub mod message; pub mod node_card; pub mod node_page; pub mod props; pub mod stats; pub mod user;