- Настроил доступ к статическим файлам, таким как картинки, стили, и т.д. https://www.youtube.com/watch?v=bmMWrTMB5uo&list=PLU2ftbIeotGpAYRP9Iv2KLIwK36-o_qYk&index=10
15 lines
312 B
Plaintext
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> |