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 }))