ISSUE:
All module templates still had old EJS v2 include() wrapper
Caused 'include is not a function' errors
FIX:
Removed first and last line (include wrapper) from:
- servers/index.ejs
- players/index.ejs
- roles/index.ejs
- grace/index.ejs
- audit/index.ejs
- financials/index.ejs
Same fix as dashboard.ejs - express-ejs-layouts handles layout injection
Signed-off-by: Claude (Chronicler #57) <claude@firefrostgaming.com>