WDS Video Suggestions
Title
Tags
<% tags.forEach(tag => { %>
<%= tag.name %>
<% }) %>
Description
Project
Create New Suggestion
Sign In To Submit Ideas
<% if (!atStart) { %>
Back To Start
<% } %> <% if (hasMore) { %>
Next Page
<% } %>
<% suggestions.forEach(suggestion => { %>
<%= suggestion.title %>
<%= suggestion.votes %>
+
<%= suggestion.description %>
<% if (suggestion.isProject) { %>
Project
<% } %> <% suggestion.tags.forEach(tag => { %>
<%= tag.name %>
<% }) %>
<% }) %>
<% if (!atStart) { %>
Back To Start
<% } %> <% if (hasMore) { %>
Next Page
<% } %>