Last active
August 15, 2016 02:36
-
-
Save thejimbirch/4ae97bfe276d9a37eba69e9e99c31561 to your computer and use it in GitHub Desktop.
Simple Drupal Paragraph Template - Example Filename would be paragraph--MACHINE-NAME.html.twig
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
<div class="element element--layout-columns"> | |
{{ content }} | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment