I think it would be something like
Code:
<!--#include file="thisfile.txt" -->
Then use a regular text file to update the actual code.
Like if you had the text file in a folder called "misc" the code whereever you want to include it would look like
Code:
<!--#include file="/misc/thisfile.txt" -->
You'd drop that code in wherever you wanted that to show up...