All of the page styles have the same basic structure. The most important component of the page definition is the $DATA; macro, which occurs in the middle of the file. This is where the content of the page is inserted.
<html> . <blockquote> <!--BeginHiddenExpansion$DATA;
$NOTES; EndHiddenExpansion--> </blockquote> . </html>Note: The text lines: "<!--BeginHiddenExpansion" and "EndHiddenExpansion-->" are used to hide the system macros from the browser or HTML editor. They are removed when you generate the final output HTML file.
You can customize the various ASP template pages, but do not delete $DATA; or $NOTES; (which picks up any footnotes).