block content article.entry h2= entry.title span.author= entry.author datetime= entry.date section :markdown #{entry.content} //这个地方要输出变量的值。
现在的结果是<h2>{entry.content}</h2>
请问应该怎么让这个地方输出entry.content的值?
block content article.entry h2= entry.title span.author= entry.author datetime= entry.date section :markdown #{entry.content} //这个地方要输出变量的值。
现在的结果是<h2>{entry.content}</h2>
请问应该怎么让这个地方输出entry.content的值?
5 回答4.8k 阅读✓ 已解决
4 回答2.4k 阅读✓ 已解决
2 回答1.7k 阅读✓ 已解决
5 回答1.9k 阅读
2 回答1.3k 阅读✓ 已解决
3 回答2k 阅读
1 回答3.2k 阅读
这样应该做不到吧?