frctl / twig

Use Twig templates with Fractal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing render function

swey opened this issue · comments

The twig adapter has no implementation for the render function. Would be awesome if you can add this.

E.g. the render function of the Handlebars adapter:
https://github.com/frctl/handlebars/blob/master/src/helpers/render.js

Related issue: frctl/fractal#126