X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fframe.html.sh;h=7d953da972f014665bbed2df282426d4dadf278d;hb=df1060bb806e2d575eee5813b5f6fb0046856aa5;hp=822659b78df896757995da80d18f3ee83c60290c;hpb=74ff372bee75fb6f9f09014533a2494a9791a9f2;p=serve0 diff --git a/templates/frame.html.sh b/templates/frame.html.sh index 822659b..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,32 +20,16 @@ cat < - $(. $PAGE title) + + ${PAGE} - - $(. $PAGE body) + $([ -x "${BODY}" ] && . "${BODY}" || printf %s Error) EOF