class Home::IndexPage

Overview

Homepage with login button and button to proceed as guest.

Defined in:

pages/home/index_page.cr

Constant Summary

ASSIGNS = [context : HTTP::Server::Context] of Nil

Homepage with login button and button to proceed as guest.

Constructors

Instance Method Summary

Instance methods inherited from class AuthLayout

content content, page_title page_title, render render

Constructor Detail

def self.new(context : HTTP::Server::Context, **unused_exposures) #

Homepage with login button and button to proceed as guest.


Instance Method Detail

def content #

[View source]