wearewondrous / fractal-twig-drupal-adapter

Twig template adapter for Fractal with Drupal 8 directives.
http://fractal.build
MIT License
13 stars 13 forks source link

Support for render #16

Open baerkins opened 5 years ago

baerkins commented 5 years ago

Fractal uses a render helper to output components without needing to redefine their context. This function appears to be missing in this (fractal-twig-drupal-adapter) engine.

While this helper would never work for Drupal, we would like to be able to be able build basic Fractal page layouts (that will never be processed in Drupal) without having to import config.

Is the render helper something you might implement? Do you know of a way around this issue?