cabinet/templates/base.html

13 lines
214 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="stylesheet.css"/>
<title>${title}</title>
</head>
<body>
<a href="../index.html">Back</a>
${content}
</body>
</html>