mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 11:23:32 -04:00
14 lines
230 B
HTML
14 lines
230 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{{$title}}{{/title}}</title>
|
|
{{$head}}{{/head}}
|
|
</head>
|
|
<body>
|
|
{{$nav}}{{/nav}}
|
|
{{$content}}{{/content}}
|
|
{{$sidebar}}{{/sidebar}}
|
|
{{$footer}}{{/footer}}
|
|
</body>
|
|
</html>
|