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的值?
3 回答2.6k 阅读✓ 已解决
1 回答931 阅读✓ 已解决
1 回答931 阅读✓ 已解决
2 回答1.2k 阅读
1 回答908 阅读✓ 已解决
2 回答1.7k 阅读
2 回答613 阅读✓ 已解决
这样应该做不到吧?