solo-skins/finding/index.ftl

27 lines
686 B
Plaintext
Raw Normal View History

2015-06-20 14:39:52 +08:00
<#include "macro-head.ftl">
<!DOCTYPE html>
<html>
<head>
<@head title="${blogTitle}">
<#if metaKeywords??>
<meta name="keywords" content="${metaKeywords}"/>
</#if>
<#if metaDescription??>
<meta name="description" content="${metaDescription}"/>
</#if>
</@head>
</head>
<body class="nav-closed">
<div class="nav">
<#include "side.ftl">
</div>
<div class="site-wrapper">
<#include "header.ftl">
<main id="content">
<#include "article-list.ftl">
</main>
<#include "footer.ftl">
</div>
</body>
</html>