9 lines
190 B
Lua

return send_html(render(
fs_read("templates/admin/layout.html"),
{
title = "Home",
content = fs_read("templates/admin/home.html"),
version = "v1.0.0",
build = "Moonlight"
}
))