block content article.entry h2= entry.title span.author= entry.author datetime= entry.date section :markdown #{entry.content} //这个地方要输出变量的值。
现在的结果是<h2>{entry.content}</h2>
请问应该怎么让这个地方输出entry.content的值?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
这样应该做不到吧?