class Prax::Views

Defined in:

prax/views.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def application_not_found(name : Nil | String, host : Nil | String) #

[View source]
def error_starting_application(app) #

[View source]
def layout(title : Nil | String, &) #

[View source]
def not_found(path : Nil | String, host : Nil | String) #

[View source]
def proxy_error(host : Nil | String, port : Int32 | Nil, exception : Exception | Nil) #

[View source]
def welcome #

[View source]

Macro Detail

macro render(name) #

[View source]