WDS Video Suggestions
Title
Tags
<% tags.forEach(tag => { %>
<%= tag.name %>
<% }) %>
Description
Project
Create New Suggestion
<% suggestions.forEach(suggestion => { %>
<%= suggestion.title %>
<%= suggestion.votes %>
+
<%= suggestion.description %>
<% if (suggestion.isProject) { %>
Project
<% } %> <% suggestion.tags.forEach(tag => { %>
<%= tag.name %>
<% }) %>
<% }) %>