class PageLayout

Defined in:

main.cr

Constructors

Instance Method Summary

Instance methods inherited from class Template

end_tag(io : IO, name : String) end_tag, standalone_tag(io, name, *attrs) standalone_tag, start_tag(io, name, *attrs) start_tag, tag(io, name, *attrs, &)
tag(io, name, *attrs)
tag
, tag_begin(io : IO, name : String, arg)
tag_begin(io : IO, name : String)
tag_begin(io : IO, name : String, *args)
tag_begin
, to_s(__tplio__ : IO) to_s

Constructor Detail

def self.new(page_title : String, page_menu : Template, page_body : String | Template) #

[View source]

Instance Method Detail

def page_body : Template | String #

[View source]
def page_menu : Template #

[View source]
def page_title : String #

[View source]
def to_s(__tplio__ : IO) #
Description copied from class Template

default implementation to calm down the compiler


[View source]