Static web site generator, based on well understood MVC - Model, View, Controller - design philosophy. The general idea behind MVC from web application's perspective is +--------+ |template| +--------+ | V +-------+ +----------+ +------+ +-----+ |request|-->|controller|--->|action|<---|model| +-------+ +----------+ +------+ +-----+ | V +---------+ |HTML page| +---------+ | V goes to the client +--