Genereto uses a simple variable replacement system for templates.
Variables are accessed using the $GENERETO['variable_name']
syntax:
<title>$GENERETO['title']</title>
<meta name="description" content="$GENERETO['description']">
The main content is replaced between special markers:
<!-- start_content -->
This content will be replaced
<!-- end_content -->