Capsule¶
Capsule is a simple "template" engine that essentially provides an isolated context
for PHP scripts.
There is no special templating language, and therefore no limitations to what
can be accomplished within templates. The main purpose of Capsule is to separate
the business logic from display / output logic.
« More »