提交 | 用户 | 时间 | ||
1ac2bc | 1 | @layout("/common/_container.html",{bg:"bg-white",title:"概览"}){ |
懒 | 2 | <div style="padding: 20px;"> |
3 | @for(notice in noticeList){ | |
4 | <blockquote class="layui-elem-quote"> | |
5 | <fieldset class="layui-elem-field"> | |
6 | <legend>${notice.title}</legend> | |
7 | <div class="layui-field-box"> | |
8 | ${notice.content} | |
9 | </div> | |
10 | </fieldset> | |
11 | </blockquote> | |
12 | @} | |
13 | </div> | |
14 | @} |