In the early web, we built with templates.
HTML acted like the canvas, while server-side tools like PHP or Ruby did the drawing. CSS came in to add the color. If any behavior was needed, JavaScript was sprinkled on top as an afterthought. It was a ve...