%- include('./_blocks/head', { isHome: false,siteTitle: themeConfig.siteName }) %>
<%= post.title %>
<%- post.content %>
<% post.tags.forEach((tag) => { %>
#<%= tag.name %>
<% }); %>
↶
返回首页
<%- include('./_blocks/scripts') %>