post.html 343 B

12345678910111213141516
  1. <div class="dqwz ">
  2. <span>
  3. <#cms_site_pos site="${site}" category="${category}" var="bean">
  4. 当前位置:
  5. ${bean.baseURL}
  6. >>
  7. </span>
  8. @for(location in bean.locations){
  9. <a href="${location.url}">${location.categoryName}</a>
  10. @if(!locationLP.last){
  11. >>
  12. @}
  13. @}
  14. </#cms_site_pos>
  15. </div>