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