Lines Matching refs:layout
243 function template.new(view, layout)
252 if layout then
253 if type(layout) == "table" then
258 layout.blocks = context.blocks or {}
259 layout.view = context.view or EMPTY
260 layout:render()
266 layout.blocks = context.blocks or {}
267 layout.view = context.view
268 return tostring(layout)
275 template.render(layout, context)
281 return template.process(layout, context)