module
Celestite::Renderer
Direct including types
Defined in:
celestite/renderer.crConstant Summary
-
Log =
::Log.for(("celestite".colorize(:light_green)).to_s)
Constructors
Instance Method Summary
- #config : Config
- #errors
- #kill_process_tree(pid : Int)
- #kill_server
- #node_process : Process | Nil
- #render(component : String | Nil, context : Celestite::Context | Nil = nil, layout : String | Nil = nil)
- #spawn_process
- #start_server
Constructor Detail
Instance Method Detail
def render(component : String | Nil, context : Celestite::Context | Nil = nil, layout : String | Nil = nil)
#