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