Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <h1>TEST<h1>
  2. {% if title %}
  3. <h3>{{ title }} - TEST</h3>
  4. {% endif %}
  5. {% for row in rows %}
  6. {%
  7. set row_classes = [
  8. default_row_class ? 'views-row',
  9. ]
  10. %}
  11. <div{{ row.attributes.addClass(row_classes) }}>
  12. {{ row.content }}
  13. </div>
  14. {% endfor %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement