{$this->content['doctype']} <html> <head> <title>{$this->content['title']}</title> $head </head> <body> {$this->content['body']} </body> </html>
{$this->content['doctype']} <html> <head> <title>{$this->content['title']}</title> //here we go {$this->content['head']} $head </head> <body> {$this->content['body']} </body> </html>