module PageGenerator

Overview

This module provides various classes for building the content of page templates.

Defined in:

lib/page_generator.cr

Constructors

Constructor Detail

def self.new #

Initializes the PageGenerator module, including an instance of the Database constant.

FIXME Currently unable to create and use a module-wide variable, currently substituting with a direct constant call.


[View source]