Files
sweater/src/main/resources/templates/parts/common.ftl
2025-02-10 21:51:41 +03:00

15 lines
312 B
Plaintext

<#macro page>
<!DOCTYPE HTML>
<html>
<head>
<title>Sweater</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="/static/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<#nested>
</body>
</html>
</#macro>