删除测试生成的文件
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
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