Skip to content

Instantly share code, notes, and snippets.

@lkacenja
Created September 3, 2014 15:05
Show Gist options
  • Save lkacenja/9624ad3cd53416f28413 to your computer and use it in GitHub Desktop.
Save lkacenja/9624ad3cd53416f28413 to your computer and use it in GitHub Desktop.
Basic Twig Block Template
<div id="{{block_html_id}}" class="{{classes}}" {{attributes}}>
{% render(title_prefix) %}
{% if block.subject %}
<h2{{title_attributes}}>{{block.subject}}</h2>
{% endif %}
{% render(title_suffix) %}
{{content}}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment