Skip to content

Instantly share code, notes, and snippets.

@dmouse
Last active December 14, 2015 11:29
Show Gist options
  • Save dmouse/5079571 to your computer and use it in GitHub Desktop.
Save dmouse/5079571 to your computer and use it in GitHub Desktop.
Ejemplo de un layout en twig
<!DOCTYPE html>
<html>
<head>
<title>My Webpage</title>
</head>
<body>
{% block base %}{% endblock%}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment