16 lines
246 B
Smarty
Executable file
16 lines
246 B
Smarty
Executable file
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Jocelyn Otto</title>
|
|
<link rel="stylesheet" href="%($PREFIX%)/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<ul>
|
|
% echo $SIDEBAR
|
|
</ul>
|
|
<div class="content">
|
|
% echo $CONTENT
|
|
</div>
|
|
</body>
|
|
</html>
|