Skip to content

Instantly share code, notes, and snippets.

@coreymcmahon
Created May 2, 2012 11:55
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 coreymcmahon/2576065 to your computer and use it in GitHub Desktop.
Save coreymcmahon/2576065 to your computer and use it in GitHub Desktop.
Some sexified Twig view code - http://www.symfonycentral.com
<!DOCTYPE html>
<html>
<head>{{ title|raw }}</head>
<body>
{% for article in articles %}
{{ article.body }}
{# and so on and so on... #}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment