Starting Off Document Workflow
How an html page is constructed from Pepperio elements.

Taking the process from finish back to the start, this is how pages are constructed...
Pepperio builds the final page output from a Template, which is a pairing of a Layout and a Style. There is no limit to the amount of Layouts, Styles, and therefore Templates, a site can have. A Layout is a combination of xhtml and Pepperio Components. A Component is a script that resembles a region on the page, and also is the 'bridge' that links a Snippet to a layout.
Snippets are library items that hold either/and/or xhtml and Pepperio Tags and are used to replace dynamic, editable or often used elements of the page. A Snippet can be referenced by one or more Layouts (via a Component).
Tags provide the engine behind Pepperio, transforming the code of static pages into a dynamic website.