Created
September 21, 2012 09:59
-
-
Save havvg/3760712 to your computer and use it in GitHub Desktop.
Twig embed with Twitter Bootstrap page layouts
This file contains 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
{% embed ":Layout:content_with_sidebar.html.twig" with { 'content_width': 7, 'sidebar_width': 5 } %} | |
{% block content %} | |
.. your content ... | |
{% endblock %} | |
{% block sidebar %} | |
.. your sidebar ... | |
{% endblock %} | |
{% endembed %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment