r11290: add _final.lml processing
[lml.git] / 2 / stdsite.lisp
index 85bac8451d561ffdb6613b1a6df4a1a22b532dee..a022c4277c24ae088cdc61a2ec056c83537f666d 100644 (file)
@@ -22,6 +22,7 @@
 ;;;  banner.lml_
 ;;;  content.lml_
 ;;;  footer.lml_
+;;;  final.lml_
 
 (in-package #:lml2)
 
@@ -58,7 +59,8 @@
         (lml-load "contents.lml_"))
        ((:td :valign "top")
         ,@body
-        (std-footer ,file))))))))
+        (std-footer ,file)))))
+     (lml-load "final.lml_"))))
   
 
 (defmacro print-std-page (file title format &body body)