diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2021-04-07 11:18:19 +0200 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2021-04-07 11:18:19 +0200 |
commit | bb504c70c0c7e9e807afc4708e4b20089c6457ea (patch) | |
tree | 2c27715fb01692a30d0c43f4b3889a380eefd54f | |
parent | b40e6598cce16efb757ebaacb1e619a61bd499fd (diff) |
Template link opencast
pronti da copia-incollare nell'articolo
-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 %} |