X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=2%2Fstdsite.lisp;h=14fb961b02c8c45aa7b12f3be82af361e9164b62;hb=b2d510a883e1e45b30a910d3deb4074858ef8474;hp=85bac8451d561ffdb6613b1a6df4a1a22b532dee;hpb=46e9dd88d5598453c4f703a2ebcf94f171a3cfa7;p=lml.git diff --git a/2/stdsite.lisp b/2/stdsite.lisp index 85bac84..14fb961 100644 --- a/2/stdsite.lisp +++ b/2/stdsite.lisp @@ -22,6 +22,9 @@ ;;; banner.lml_ ;;; content.lml_ ;;; footer.lml_ +;;; These files are optional +;;; final.lml_ +;;; rightcol.lml_ (in-package #:lml2) @@ -58,7 +61,10 @@ (lml-load "contents.lml_")) ((:td :valign "top") ,@body - (std-footer ,file)))))))) + (std-footer ,file)) + ((:td :valign "top") + (lml-load "rightcol.lml_" :optional t))))) + (lml-load "final.lml_" :optional t)))) (defmacro print-std-page (file title format &body body)