Server Side Includes (SSI) is a scripting language designed to be interpreted by an HTTP server when serving an HTML document.
They allow you to add dynamically generated content to an HTML page without having to serve the entire page through a CGI program or other technology.