Skip to content

Instantly share code, notes, and snippets.

@elminson
Created April 19, 2020 19:07
Show Gist options
  • Save elminson/1a695d69c8ac30bf9ab584763d444ed9 to your computer and use it in GitHub Desktop.
Save elminson/1a695d69c8ac30bf9ab584763d444ed9 to your computer and use it in GitHub Desktop.
<?php
require_once __DIR__ . '/bootstrap.php';
echo $twig->render('name.html', ['name' => 'Elminson']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment