diff options
Diffstat (limited to 'ratatoeskr/templates')
-rw-r--r-- | ratatoeskr/templates/usertemplates/foo.tpl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ratatoeskr/templates/usertemplates/foo.tpl b/ratatoeskr/templates/usertemplates/foo.tpl new file mode 100644 index 0000000..af1564c --- /dev/null +++ b/ratatoeskr/templates/usertemplates/foo.tpl @@ -0,0 +1,14 @@ +<{*HEADER +Ratatoeskr template +DO NOT REMOVE THIS COMMENT! +-----BEGIN META----- +{ + "Content-Type": "text/html", + "ACL": { + "users": ["foo"], + "groups": [], + "rights": {"users": ["read", "write", "delete"], "groups": ["read"], "others": ["read"]} + }, "author": "Kevin Chabowski" +} +-----END META----- +/HEADER*}> |