-
-
-
-
-
-
-
-
-
-
-
-
-
- {{#if meta.editable}}
-
- {{{ enriched.system.description }}}
-
- {{else}}
- {{{ enriched.system.description }}}
- {{/if}}
-
-
diff --git a/templates/GenericItemSheet/header.hbs b/templates/GenericItemSheet/header.hbs
deleted file mode 100644
index fd39d31..0000000
--- a/templates/GenericItemSheet/header.hbs
+++ /dev/null
@@ -1,28 +0,0 @@
-
diff --git a/templates/PlayerSheet/content.hbs b/templates/PlayerSheet/content.hbs
index e5219f9..a22f5a1 100644
--- a/templates/PlayerSheet/content.hbs
+++ b/templates/PlayerSheet/content.hbs
@@ -1,8 +1,4 @@
-
+
{{#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
deleted file mode 100644
index ce58813..0000000
--- a/templates/PlayerSheet/item.hbs
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-

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