Pipe that transforms
the src parameter in the render tag will be used as first parameter to render_partial, all other paramters are passed on as variables.
Example calling render_partial(‘hello’):
<render src="hello" />
Example calling render_partial(‘hello’, ‘tail’ => ‘foo’):
<render src="hello" tail="foo" />
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.