In mustache php, template inheritance is supported since version 2.7.0.
https://github.com/bobthecow/mustache.php/wiki/BLOCKS-pragma
You can figure out your current version from the file Mustache/Engine.php and search for the line containing:
class Mustache_Engine
{
const VERSION = '2.8.0';
...