schranz-templating / templating

A template abstraction prototype for php template engines.
MIT License
23 stars 0 forks source link

Add support for Stempler #3

Open alexander-schranz opened 2 years ago

alexander-schranz commented 2 years ago

Currently stempler is only supported via spiral/views that is the case because stempler itself does not provide a "Renderer" / "Engine" to actually render Stempler templates. Stempler is currently just provides the components to create such a engine but not provide it. Open issue about this can be found in spiral/framework here: https://github.com/spiral/framework/issues/729