diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/opencastlinks.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/opencastlinks.tpl b/templates/opencastlinks.tpl new file mode 100644 index 0000000..7858701 --- /dev/null +++ b/templates/opencastlinks.tpl @@ -0,0 +1,2 @@ +{% for entry in entries %} +- [{{ entry.data.title }}]({{ entry.data.url }}){% endfor %} |