I am maintaining a simple website that publishes information. Most of the information is static, but there are some dates that change periodically. These dates are listed on various pages of the site and I would like to simplify the updating.
In principle, I would like to define a variable, say @date (or whatever format I need) that I could substitute at every place that it appears and only define it once. I suppose the simplest(?) would be to use javascript, but the site does not use that otherwise, so I thought it is kind of like shooting a robin with a canon.
So, my question is, is it possible to do something like this using only html and css?
Thank you!! ps: I am not a programmer, I am doing this as volunteer work.