WDS Video Suggestions

<% suggestions.forEach(suggestion => { %>
<%= suggestion.title %>
<%= suggestion.votes %>

<%= suggestion.description %>

<% if (suggestion.isProject) { %>
Project
<% } %> <% suggestion.tags.forEach(tag => { %>
<%= tag.name %>
<% }) %>
<% }) %>