Vanessa 79f67df23f 🏗️
2018-02-11 16:05:43 +08:00

21 lines
401 B
Plaintext

<#include "macro-head.ftl">
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<@head title="${blogTitle}">
<#if metaKeywords??>
<meta name="keywords" content="${metaKeywords}">
</#if>
<#if metaDescription??>
<meta name="description" content="${metaDescription}">
</#if>
</@head>
</head>
<body>
<#include "side.ftl">
<main>
<#include "article-list.ftl">
<#include "footer.ftl">
</main>
</body>
</html>