X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fframe.html.sh;h=7d953da972f014665bbed2df282426d4dadf278d;hb=df1060bb806e2d575eee5813b5f6fb0046856aa5;hp=eae2968a46d43e1c68b0e332cdf26a66c5e8e42b;hpb=3a030bfc7933228ab4405dbb706bd63edbf7bc31;p=serve0 diff --git a/templates/frame.html.sh b/templates/frame.html.sh index eae2968..7d953da 100755 --- a/templates/frame.html.sh +++ b/templates/frame.html.sh @@ -1,4 +1,4 @@ -# Copyright 2014 Paul Hänsch +# Copyright 2014, 2015 Paul Hänsch # # This file is part of Serve0 # @@ -20,35 +20,16 @@ cat < - $(. $PAGE title) + + ${PAGE} - - $(. $PAGE body) + $([ -x "${BODY}" ] && . "${BODY}" || printf %s Error) EOF