Blame view

huaheng-wms-core/src/main/resources/templates/demo3.ftl 252 Bytes
1
2
3
<!DOCTYPE html>
<html>
<head lang="en">
肖超群 authored
4
    <title>Spring Boot FreeMarker</title>
5
6
</head>
<body>
肖超群 authored
7
8
9
10
11
12
13
14
15
Freemarker HTML <br><br>

Sessionid: ${sessionid!}<br><br>

<font>
    <#list userList as item>
        ${item!}<br/>
    </#list>
</font>
16
</body>
肖超群 authored
17
</html>