local base_template = fs.read("templates/base.html") local login_form = fs.read("templates/auth/register.html") return send.html(render(base_template, { title = "Register", content = login_form }))