You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 regels
251 B

  1. <!-- 单页内容 -->
  2. <div class="col-page">
  3. {% if contentData.page and contentData.page.content %}
  4. <div class="col-page-body">{{contentData.page.content | safe}}</div>
  5. {% else %}
  6. <div class="col-empty">暂无内容</div>
  7. {% endif %}
  8. </div>