| Recommend this page to a friend! |
| Classes of Italo Lelis de Vietro | > | Easy Framework | > | demo/app/layouts/layout.tpl | > | Download | ||
|
|||||||||||||||||||||
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8">
<title>{block name=title}Exemplo Hello World{/block}</title>
</head>
<body>
{block name=content}{/block}
</body>
</html> |