Commit c1127f2
committed
POC deferrable epp function
This function will detect when it's passed a deferred function and will
effectively defer itself rather than rendering a template directly. It
does this by either returning a deferred inline_epp function with the
template source and variables compiled into the catalot, or by rendering
directly with epp and just returning that output.1 parent b97c657 commit c1127f2
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments