Don’t forgot to start working on your request list!
(You can close this window and head back to the email)
document.addEventListener("DOMContentLoaded", function() {
// Dynamically set the current year in the custom property
document.documentElement.style.setProperty('--current-year', `"${new Date().getFullYear()}"`);
});