Paul Willoughby
Results
1
comments of
Paul Willoughby
+1 Same thing here, here's another set of steps to reproduce: ``` javascript var hogan = require('hogan.js'); var layouts = { outerLayout: hogan.compile('OUTER: {{$inner}}Inner stuff goes here{{/inner}}'), innerLayout: hogan.compile('{{