在加载了NexT后出现问题:
运行时不显示网页,只显示
{%扩展了'_layout.swig'%} {%导入了'_macro / post.swig'作为post_template%} {%导入了'_macro / sidebar.swig'作为sidebar_template%} {%块标题%} {{config.title} } {%如果theme.index_with_subtitle和config.subtitle%}-{{config.subtitle}} {%endif%} {%endblock%} {%block page_class%} {%is_home()%} page-home {% endif-%} {%endblock%} {%block content%}
{%用于page.posts中的帖子%} {{post_template.render(post,true)}} {%endfor%}
{%include'_partials / pagination.swig'%} {%endblock%} {%block sidebar%} {{sidebar_template.render(false)}} {%endblock%}
请解决!