Skip to content

Instantly share code, notes, and snippets.

@tatma
Last active August 8, 2018 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tatma/6a6d00f02d80daac57e6b292729a3a99 to your computer and use it in GitHub Desktop.
Save tatma/6a6d00f02d80daac57e6b292729a3a99 to your computer and use it in GitHub Desktop.
Creazione di /templates/Default/pizza.html.twig
<!DOCTYPE html>
<html>
<head>
<title>pizzeria Zombie Process</title>
</head>
<body>
Ciao, sono {{ name }}! La mia pizza preferita è la {{ pizza }}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment