Templating fix

release
Slava Pestov 2007-10-10 17:47:38 -04:00
parent 84cd33357a
commit 7696805037
1 changed files with 4 additions and 1 deletions

View File

@ -77,7 +77,10 @@ DEFER: <% delimiter
parser-notes off parser-notes off
templating-vocab use+ templating-vocab use+
dup source-file file set ! so that reload works properly dup source-file file set ! so that reload works properly
[ <file-reader> contents eval-template ] keep [
?resource-path <file-reader> contents
eval-template
] keep
] with-scope ] with-scope
] assert-depth drop ; ] assert-depth drop ;