Skip to content

Instantly share code, notes, and snippets.

@yesthatdarya
Created May 19, 2019 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yesthatdarya/e180ed7682efd54d7ab518c69e5106a2 to your computer and use it in GitHub Desktop.
Save yesthatdarya/e180ed7682efd54d7ab518c69e5106a2 to your computer and use it in GitHub Desktop.
Minimalist field template
{% extends 'field.html.twig' %}
{% block field %}
{% for item in items %}
{{ item.content }}
{% endfor %}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment