<%- if @list && @list.topics.present? %> <%- if @allow_create %> <%= link_to @create_url, target: "_blank" do |link| %> <%- end %> <%- end %>
data-embed-id="<%= @embed_id %>"<%- end %>> <%- @list.topics.each do |t| %>
<%- if @template == "complete" %> <%- else %> <%- end %>
<%- end %>
<%- end %>