hsmwebsite/template.tpl
2025-03-01 00:23:06 +01:00

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>