Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <% if(post.images) { %>
  2. <div class="article-images">
  3. <% post.images.forEach(function(image){ %>
  4. <img src="<%= image.url %>" alt="<%= image.alt %>" class="nofancybox"/>
  5. <% }) %>
  6. </div>
  7. <% } %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement