<#include "comm/commjs.ftl"/> <#include "comm/header.ftl"/>
欢迎来到这里

${discussions.title} <#list tags as tag>
${tag.name}

${discussions.content}
赞这个主题
1,048
用户 ${discussions.realname} 发布于
${discussions.startTime}
用户 ${discussions.realnameLast} 最后回复于
${discussions.lastTime}

评论区

<#macro bpTree posts> <#if posts?? && posts?size gt 0> <#list posts as post> <#if post.nextNodes?? && post.nextNodes?size gt 0>
${post.username}
${post.content}
<@bpTree posts=post.nextNodes />
<#else>
${post.username}
${post.content}
<@bpTree posts=posts />
添加评论
搜索
作者

测试人员1

Jiscuss 一直, Jiscuss 一感谢支持!
2019 测试内容
作者的热门主题

预留信息

Jiscuss Demo
简单、易用、开源
一款基于JAVA的开源论坛 框架采用:Spring Boot + H2 + Semantic UI
1
用户数
10
发帖数
Jiscuss手机可见,内容正在编写中,pc端可正常访问
<#include "comm/footer.ftl"/>