2023-03-21 10:49:35 +08:00

14 lines
279 B
Plaintext

<#macro layout_pjax title,canonical>
<!DOCTYPE html>
<html lang="zh">
<head>
<#include "common/head.ftl">
</head>
<body>
<div class="column-main">
<#nested />
</div>
<#include "common/scripts.ftl">
</body>
</html>
</#macro>