From fb9a51ca1a8ce2818b6132f2587b74fd21223490 Mon Sep 17 00:00:00 2001 From: cri Date: Sat, 12 Sep 2015 22:31:17 +0200 Subject: [PATCH] add template of mustache for wdg --- app/templates/list_item_home.txt | 20 ++++++++++++++++++++ app/templates/list_item_id.txt | 18 ++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 app/templates/list_item_home.txt create mode 100644 app/templates/list_item_id.txt 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}}