вставка на стороне сервера(простой набор директив, помещаемых в текст HTML-документа на стороне сервера, позволяет составлять выходной (отправляемый клиенту) HTML-документ из нескольких файлов)
серверное включение(abbr. SSI; a simple interpreted server-side scripting language used almost exclusively for the Web; the most frequent use of SSI is to include the contents of one or more files into a web page on a web server)
server-side include A mechanism for including dynamic text in World Wide Web documents. Server-side includes are special command codes that are recognized and interpreted by the server; their output is placed in the document body before the document is sent to the browser. Server-side includes can be used, for example, to include the Date and Time stamp in the text of the file