Merge git://factorcode.org/git/factor
commit
17c1fe3a35
|
@ -80,7 +80,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 ] [ html-error. ] recover ] keep
|
[
|
||||||
|
?resource-path <file-reader> contents
|
||||||
|
[ eval-template ] [ html-error. drop ] recover
|
||||||
|
] keep
|
||||||
] with-scope
|
] with-scope
|
||||||
] assert-depth drop ;
|
] assert-depth drop ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue