12 lines
306 B
HTML
12 lines
306 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
|
|
<link rel="shortcut icon" href="#" />
|
|
{{block 'css'}}{{/block}}
|
|
</head>
|
|
<body class="body_box">
|
|
<div class="container" id="container">{{block 'main'}}{{/block}}</div>
|
|
</body>
|
|
</html>
|