public function testShouldSkipUnmatchedPlaceholder()
 {
     $template = new Template("hello, {{name}}");
     $this->assertEquals('hello, {{name}}', $template->produce());
 }