Hi,
I’m trying to implement mustache.php into processwire.
https://github.com/bobthecow/mustache.php
What I did so far and what worked with one problem is:
put the “Mustache” Folder in site/template
make a _init_mustache.php
<?php
// include Mustache
require __DIR...