Skip to content

Instantly share code, notes, and snippets.

@rande
Created February 19, 2012 21:29
Show Gist options
  • Save rande/1865893 to your computer and use it in GitHub Desktop.
Save rande/1865893 to your computer and use it in GitHub Desktop.
SEO Bundle's twig helpers
<html>
<head {{ sonata_seo_head_attributes() }}>
{{ sonata_seo_title() }}
{{ sonata_seo_metadatas() }}
</head>
<body class="sonata-bc">
<!-- page -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment