调整版本并做测试
This commit is contained in:
23
templates/test.html
Normal file
23
templates/test.html
Normal file
@@ -0,0 +1,23 @@
|
||||
Hello, #(name.join("====="))!
|
||||
|
||||
#for(item in items)
|
||||
|
||||
<tr>
|
||||
|
||||
<td>#(for.index):::#(item.id)</td>
|
||||
|
||||
<td>#(item.title)</td>
|
||||
|
||||
<td>#(item.author)</td>
|
||||
|
||||
<td>#(item.tags | join(", "))</td>
|
||||
|
||||
<td>#(item.create_time)</td>
|
||||
|
||||
<td>
|
||||
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
#end
|
||||
Reference in New Issue
Block a user