SSI
server-side include
An HTML command that enables Web developers to add dynamic elements, such as a clock with the current time, to a Web page and have it update each time the page is requested. SSIs can also be used to add boilerplate elements, such as putting navigational bars on every page in a site without having to hand-code each one.