Hi, I am new in HFS template development.
Can I know whether is it possible to put incremental number automatically?
This is because I want to assign different ID to every filename.
In browser, I hope to get something like this:
<div id="1">Filename 1</div>;
<div id="2">Filename 2</div>;
<div id="3">Filename 3</div>;
... and so on depending on the number of file in the folder.
Thanks.