local fes = require("fes") local site = fes.fes() site.title = "Hello, World!" site.copyright = fes.std.copyright() .. " " .. fes.std.external("https://git.vxserver.dev/fSD", "fSD") site:h1("Hello, World!") return site