Server Side Includes:
Server side includes allows the server to action special page commands in your
HTML.
An example is including a standard footer on all your pages that changes
infrequently. You could create a single text file with the desired details, and
for each page that it should appear on include a special command to read and
display the text.