diff options
Diffstat (limited to 'provider/templates/post-list.html')
| -rw-r--r-- | provider/templates/post-list.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/provider/templates/post-list.html b/provider/templates/post-list.html new file mode 100644 index 0000000..4d50d4d --- /dev/null +++ b/provider/templates/post-list.html | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | <ul> | ||
| 2 | $for(posts)$ | ||
| 3 | <li> | ||
| 4 | $if(ellipsis)$…$else$<a href="$url$">$title$</a>$endif$ | ||
| 5 | </li> | ||
| 6 | $endfor$ | ||
| 7 | </ul> | ||
