Last active
December 21, 2016 14:49
-
-
Save lewisnyman/87e9bfd1e8cf82611dd4961a2fe2e93e to your computer and use it in GitHub Desktop.
minimal field.html.twig — Drupal 8
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
{% for item in items %} | |
{{ item.content }} | |
{% endfor %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment