Lewd is now completely independent of the default MyBB themes system, and has a new templating system that stores templates as files and stores them in our redis cache, so they're always in memory ready to use.
The main reason for this change is so that Lewd's theme can be stored in a Github repo in entirety, so Ayu and I can work on the theme at the same time without any issues, while ensuring that both of us have the latest version of the theme.
This change doesn't really effect any user of the forum, but it should make it so that any changes to the theme are able to get done quicker and more efficiently; while blocking off any avenue for me to be lazy and edit the theme directly off the server ;3