ngocdaothanh on 3.30.1
ngocdaothanh on master
Release 3.30.1 (compare)
ngocdaothanh on master
Swagger documentation for BodyP… (compare)
ngocdaothanh on master
#689 Update RhinoCoffeeScript f… (compare)
// Create a template normally
at("x") = 123
val template = """p= at("x")"""
// Get the Scalate-specific template engine
val scalate = xitrum.Config.xitrum.template.get.asInstanceOf[xitrum.view.Scalate]
// Render the template
val string = scalate.renderJadeString(template)
respondInlineView(string)