There's lots of dead code in the theme commented out with !--. The end result is that this code is shipped to the browser, because jinja does no server side filtering.
So this PR removes the dead code from the template in the first place, making the code slightly easier to read and slightly faster page load times.
There's lots of dead code in the theme commented out with !--. The end result is that this code is shipped to the browser, because jinja does no server side filtering.
So this PR removes the dead code from the template in the first place, making the code slightly easier to read and slightly faster page load times.