mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 23:39:40 +08:00
14 lines
279 B
Plaintext
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>
|