<#include "_layout.html"/> <#macro script_import> <#macro script> $(document).ready(function() { $('code').each(function(i, block) { hljs.highlightBlock(block); }); $('video,audio').mediaelementplayer(); }); function reply(id){ $("#parent_id").val(id); } <#macro css_import> <#macro css> .login-box-title { text-align: right; vertical-align: middle; padding: 0.5rem; } .login-box input { border: 1px solid #d2d6de; padding: 0.7rem 0.5rem; width: 80%; } <@layout>

${content.title!}

${content.getTaxonomyAsUrl('category')!'未分类'}

${content.created?string('yyyy-MM-dd')!}

${content.viewCount!'0'}

${content.commentCount!'0'}

${content.text!} <#if OPTION('jpblog_wechat_pay_enable')?? && OPTION('jpblog_wechat_pay_enable')=='true'>

${OPTION('jpblog_wechat_pay_tips')!'打赏一个呗~~'}

<#if content.isCommentEnable() >

发表评论

<#if OPTION('comment_need_captcha') ?? && OPTION('comment_need_captcha')=='true'>
<@jp.commentPage pageSize="10"> <#if page ??>

全部评论:${page.totalRow!}条

<#list page.getList() as comment>

${comment.author!comment.nickname!comment.username!} ${(comment.created?string("yyyy-MM-dd"))!}

<#if comment.qc_content ??>

引用来之于${comment.qc_author!}的内容

${comment.qc_content!}

${comment.text!}

<#if (page.totalRow > 10 )>

${(content.user.nickname)!(content.user.username)!}

${(content.user.signature)!'这家伙很赖,连签名都懒得填写...'}

<#include "_content_box1.html"/> <#include "_content_box2.html"/> <#include "_tags_box.html"/>