cabinet/templates/base.html

12 lines
179 B
HTML
Raw Normal View History

2022-01-14 18:07:31 -05:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="stylesheet.css"/>
<title>${title}</title>
</head>
<body>
${content}
</body>
</html>