Guest User

Untitled

a guest
Mar 13th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. {% for location in node.field_locations %}
  2. <div class="home-location">
  3. <div class="wording">
  4. {{ location.entity.title.value }}
  5. <span>{{ location.entity.field_sub_title.value }}</span>
  6. </div>
  7. </div>
  8. {% endfor %}
Add Comment
Please, Sign In to add comment