diff --git a/5eShaped/precompiled/components/core/spells.html b/5eShaped/precompiled/components/core/spells.html index 8ae8662730..b844a57a6f 100644 --- a/5eShaped/precompiled/components/core/spells.html +++ b/5eShaped/precompiled/components/core/spells.html @@ -1,27 +1,16 @@
- - - - - + + + - 123456789 +
+
+ //= include ../spells/warlockSpellSlots.html +
+
+ //= include ../spells/spellSlots.html +
+
- - - - - - - - - -
- - //= include ../spells/spell.html - -
- + //= include ../spells/spellInner.html
\ No newline at end of file diff --git a/5eShaped/precompiled/components/spells/spells.html b/5eShaped/precompiled/components/spells/spells.html index 0ea49d369e..f9e6e1552a 100644 --- a/5eShaped/precompiled/components/spells/spells.html +++ b/5eShaped/precompiled/components/spells/spells.html @@ -22,31 +22,7 @@
- - - - - - - 123456789 - - - - - - - - - - -
- - //= include spell.html - -
- + //= include spellInner.html
diff --git a/5eShaped/precompiled/components/spells/spellsInner.html b/5eShaped/precompiled/components/spells/spellsInner.html new file mode 100644 index 0000000000..89a782a254 --- /dev/null +++ b/5eShaped/precompiled/components/spells/spellsInner.html @@ -0,0 +1,23 @@ + + + + + + +123456789 + + + + + + + + + + +//= include spell.html + +
+ \ No newline at end of file