diff --git a/silkmvc/core/std.lua b/silkmvc/core/std.lua index 17d9a4a..3f78c60 100644 --- a/silkmvc/core/std.lua +++ b/silkmvc/core/std.lua @@ -132,6 +132,11 @@ function std.f(path) fcgio:send_file(path) end +function std.t(...) + echo(...) +end + + function std.html() std.header("Content-Type", "text/html; charset=utf-8") std.header_flush()