+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{#if meta.editable}}
+
+ {{{ enriched.system.description }}}
+
+ {{else}}
+ {{{ enriched.system.description }}}
+ {{/if}}
+
+
diff --git a/templates/GenericItemSheet/header.hbs b/templates/GenericItemSheet/header.hbs
new file mode 100644
index 0000000..fd39d31
--- /dev/null
+++ b/templates/GenericItemSheet/header.hbs
@@ -0,0 +1,28 @@
+
diff --git a/templates/PlayerSheet/content.hbs b/templates/PlayerSheet/content.hbs
index a22f5a1..e5219f9 100644
--- a/templates/PlayerSheet/content.hbs
+++ b/templates/PlayerSheet/content.hbs
@@ -1,4 +1,8 @@
-
+
{{#if editable}}
+
+ {{#each itemGroups as | group |}}
+
+
+
+ {{#each group.items as |item|}}
+ {{> (systemFilePath "templates/PlayerSheet/item.hbs") item }}
+ {{/each}}
+
+
+ {{/each}}
+
diff --git a/templates/PlayerSheet/item.hbs b/templates/PlayerSheet/item.hbs
new file mode 100644
index 0000000..ce58813
--- /dev/null
+++ b/templates/PlayerSheet/item.hbs
@@ -0,0 +1,45 @@
+
+
+
+

+
+ {{ name }}
+ {{ weight }}
+
+
+
+
+ {{#if canExpand}}
+
+ {{{ description }}}
+
+ {{/if}}
+
diff --git a/templates/generic/tabs.hbs b/templates/generic/tabs.hbs
new file mode 100644
index 0000000..947f0ae
--- /dev/null
+++ b/templates/generic/tabs.hbs
@@ -0,0 +1,17 @@
+{{#if hideTabs}}
+
+{{else}}
+
+{{/if}}