%#
SecuBox CRT P31 Theme - Header Template
CyberMind — SecuBox — 2026
-%>
<%
local sys = require "luci.sys"
local http = require "luci.http"
local disp = require "luci.dispatcher"
local util = require "luci.util"
local fs = require "nixio.fs"
local request = disp.context.path
local request2 = disp.context.request
local category = request[1]
local cattree = category and disp.node(category)
local node = token and disp.node(unpack(request)) or nil
local title = node and node.title or "SecuBox"
local hostname = fs.readfile("/proc/sys/kernel/hostname") or ""
hostname = util.trim(hostname)
-%>
<%=pcdata(hostname)%> - <%=striptags(title)%> - SecuBox
<% if node and node.css then %>
<% end -%>
<% if css then %>
<% end -%>