index
:
semanticscuttle
develop
feature/cache
hotfix/api
hotfix/mod_rewrite
master
production
Self-hosted and web-based social bookmark manager
Fluxo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
includes
/
js
/
dojox
/
dtl
/
demos
/
templates
/
nodelist.html
blob: ddf7deff4f4d54e824b1b6d569d35aecca18f970 (
plain
)
1
2
3
4
5
<
div
>
<
ul
>
{%
for
item
in
items
%}
<
li
>
{{
item
}}
</
li
>
{%
endfor
%}
</
ul
>
</
div
>