Created
May 2, 2012 11:55
-
-
Save coreymcmahon/2576065 to your computer and use it in GitHub Desktop.
Some sexified Twig view code - http://www.symfonycentral.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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