What would be a good way to mark a template DWT file so that a LISP program could easily detect it. Say a user starts a new drawing from a template. When the drawing is loaded the startup LISP (eg. in AcadDoc.lsp) runs and scans the drawing for something to indicate what template was used. The LISP function could check for a particular text style or block but maybe there is a more elegant method than that???