+
{{item.name}}
diff --git a/templates/items/cohort.html b/templates/items/cohort.html
new file mode 100644
index 0000000..49407a1
--- /dev/null
+++ b/templates/items/cohort.html
@@ -0,0 +1,130 @@
+
diff --git a/templates/parts/cohort-block.html b/templates/parts/cohort-block.html
new file mode 100644
index 0000000..ad480ff
--- /dev/null
+++ b/templates/parts/cohort-block.html
@@ -0,0 +1,47 @@
+
+
+
+
+
{{#eq item.data.cohort.[0] "Gang"}}Gang of {{#each ../item.data.gang_type as |gang_type key|}}{{gang_type}} {{/each}}{{/eq}}{{#eq item.data.cohort.[0] "Expert"}}{{../item.data.cohort.[0]}} {{../item.data.expert_type}}{{/eq}} (click to edit)
+
Q:{{item.data.quality}} S:{{item.data.scale}}
+
+
+
+
+
+ {{#each item.data.harm_list as |harm harm_key|}}
+ {{#multiboxes ../item.data.harm}}
+
+
+ {{/multiboxes}}
+ {{/each}}
+
+
+ {{#eq item.data.cohort.[0] "Gang"}}
+ {{#each ../item.data.gang_type as |gang_type key|}}
+
+ {{#with (lookup ../../item.data.gang_type_list gang_type)}}{{description}} {{/with}}
+
+ {{/each}}
+ {{/eq}}
+
+
+
+ {{#each item.data.edges as |edge key|}}
+ {{#with (lookup ../item.data.edges_list edge)}}
+
{{description}} ({{label}})
+ {{/with}}
+ {{/each}}
+ {{#each item.data.flaws as |flaw key|}}
+ {{#with (lookup ../item.data.flaws_list flaw)}}
+
{{description}} ({{label}})
+ {{/with}}
+ {{/each}}
+
+
+
+
{{item.data.description}}
+
+
+
+
\ No newline at end of file