Skip to content

Instantly share code, notes, and snippets.

@jamband
Last active November 15, 2017 19:07
Show Gist options
  • Save jamband/1897904 to your computer and use it in GitHub Desktop.
Save jamband/1897904 to your computer and use it in GitHub Desktop.
Yii Framework & Twig: layouts/column1.twig
{{ this.beginContent('//layouts/main') }}
<div class="container">
<div id="content">
{{ content }}
</div><!-- content -->
</div>
{{ this.endContent() }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment