|
|
|
|
|
by recursive
695 days ago
|
|
We had this 25 years ago in the form of "Server Side Includes". https://en.wikipedia.org/wiki/Server_Side_Includes You could put something like this in your markup <!--#include file="footer.html" -->
And the web server would apply it and inline the contents. It had a bunch of other directives, but this was the good one. |
|