From: David ‘Bombe’ Roden Date: Fri, 11 Mar 2011 23:46:34 +0000 (+0100) Subject: Set variables in parent template context, too. X-Git-Tag: 0.5.1^2~6 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=f23a805e0918572888821e05a19001958f2f34f6 Set variables in parent template context, too. --- diff --git a/src/main/resources/templates/bookmarks.html b/src/main/resources/templates/bookmarks.html index af592db..4657d20 100644 --- a/src/main/resources/templates/bookmarks.html +++ b/src/main/resources/templates/bookmarks.html @@ -8,10 +8,10 @@ <%include include/pagination.html> <%foreach posts post> <%if post.loaded> - <%= true|store key=postShown> + <%= true|store key=postShown parent=true> <%include include/viewPost.html> <%else> - <%= true|store key=postNotLoaded> + <%= true|store key=postNotLoaded parent=true> <%/if> <%/foreach> <%if postNotLoaded>