C ((DELETE-LINE t)) This Templatefile provides a standard html frame C ((DELETE-LINE t)) The following line inserts the doctype COMMAND ((DELETE-LINE t)) hm--html-add-doctype END COMMAND C ((DELETE-LINE t)) The following line inserts title and header COMMAND ((DELETE-LINE t)) hm--html-add-title-and-header END COMMAND C ((DELETE-LINE t)) The following line inserts a "created comment" LISP ((DELETE-LINE t)) (if hm--html-automatic-created-comment (progn (hm--html-add-comment) (insert "Created by: " (or hm--html-username (user-full-name)) ", " (hm--date)) )) END LISP

C ((DELETE-LINE t)) The following line inserts your signature COMMAND hm--html-add-signature END COMMAND LISP ((DELETE-LINE t)) (tmpl-util-indent-buffer) END LISP