diff options
Diffstat (limited to 'view/tpl/apps.tpl')
-rw-r--r-- | view/tpl/apps.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/tpl/apps.tpl b/view/tpl/apps.tpl new file mode 100644 index 000000000..4c7f8c94c --- /dev/null +++ b/view/tpl/apps.tpl @@ -0,0 +1,7 @@ +<h3>$title</h3> + +<ul> + {{ for $apps as $ap }} + <li>$ap</li> + {{ endfor }} +</ul> |