Top Level Namespace
Defined in:
Macro Summary
-
render(filename, layout)
Render view with a layout as the superview.
-
render(filename)
Render view with the given filename.
Macro Detail
macro render(filename, layout)
#
Render view with a layout as the superview.
render "src/views/index.ecr", "src/views/layout.ecr"