X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=templates%2Fframe.html.sh;h=2cc13d13231cb638d45ff61807e2ce3a8fdf422b;hp=fafd0b215319bef787c782c3a2db17c1e0a14060;hb=2d79e3831a65f8b3a54aa2514ef1e65c4b073cf2;hpb=0e814c6ffab2486405f60a1dfbfa048e76bba1f2 diff --git a/templates/frame.html.sh b/templates/frame.html.sh index fafd0b2..2cc13d1 100755 --- a/templates/frame.html.sh +++ b/templates/frame.html.sh @@ -1,4 +1,6 @@ -# Copyright 2014 Paul Hänsch +#!/bin/zsh + +# Copyright 2014, 2015 Paul Hänsch # # This file is part of Confetti. # @@ -15,19 +17,23 @@ # You should have received a copy of the GNU Affero General Public License # along with Confetti. If not, see . +. "${_EXEC}/templates/text_frame.sh" +[ -x "${_EXEC}/templates/text_${PAGE}.sh" ] && . "${_EXEC}/templates/text_${PAGE}.sh" + cat < - $($PAGE title) + $(l10n p_${PAGE}) - $(. $PAGE body) + $(debug BODY; [ -x "${BODY}" ] && . "${BODY}" || printf %s 'Error') EOF