twig​fiddle

Main template
<p>{{ var }}</p>

			
Parameters
<?php
$var = 'hello';
var: hello
Output

... loading ...