X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=templates%2Fframe.html.sh;h=4c6cb1dcd2663049672f8d784b97c44e1995c4a4;hp=27d946668922195dd2252e731e82a5acb0563f54;hb=356f7bfd0f78d116c95ec0aa940c902378f341dd;hpb=10dc80cb808b22e1ffe613b3a6b5ec82691b08dc diff --git a/templates/frame.html.sh b/templates/frame.html.sh index 27d9466..4c6cb1d 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) - - EOF +debug BODY; [ -x "${BODY}" ] && . "${BODY}" || printf %s 'Error' + +printf '' + # vi:set filetype=html: