gronk/templates/listitem.html

8 lines
95 B
HTML
Raw Normal View History

2021-05-01 10:30:58 +00:00
<li>
<a href="$filepath$"> $if(title)$
$title$
$else$
no title ($filepath$)
$endif$</a>
</li>