Templating fix
parent
84cd33357a
commit
7696805037
|
@ -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 ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue