14 lines
290 B
HTML
14 lines
290 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>
|