diff --git a/app/templates/list_item_home.txt b/app/templates/list_item_home.txt new file mode 100644 index 0000000..e4771b0 --- /dev/null +++ b/app/templates/list_item_home.txt @@ -0,0 +1,20 @@ +{{#items}} +
+
+

{{item.title}}

+

{{#item.creator}}

by: {{item.creator}}{{/item.creator}} + ... +{{#item.player}} + +{{/item.player}} +
+

{{item.description}}

+

+ +[Download] + +

+
+
+ +{{/items}} diff --git a/app/templates/list_item_id.txt b/app/templates/list_item_id.txt new file mode 100644 index 0000000..44d7c69 --- /dev/null +++ b/app/templates/list_item_id.txt @@ -0,0 +1,18 @@ +{{#items}} +
+
+

{{#item.creator}}

by: {{item.creator}}{{/item.creator}} +{{#item.player}} + +{{/item.player}} +
+

{{item.description}}

+

+ +[Download] + +

+
+
+ +{{/items}}