<% if infobox then %> <% render("views.common.infobox", infobox) %> <% end %>

Change topics order

Drag topic titles to reoder them. Press submit when done. The topics will appear to users in the order set here.

<% for _, topic in ipairs(topics) do %>
<%= topic.name %>
<%= topic.description %>
<% end %>