<!DOCTYPE html> <html> <head> <title>${title|Default title}</title> <link rel="stylesheet" href="/styles/welcome.css"/> </head> <body class="{{ $bodyClass }}"> <block:body/> </body> </html>
info at phpclasses dot org