<%- for type_name, apps_type in pairs(categories) do catType = type_name -%>
<% include("themes/" .. theme .. "/apps_categories") %>
<%- this_app = {} for i, app in pairs(apps_type) do this_app = app if this_app.uuid then this_app.description = this_app.description:gsub(" ","
") -%> <% include("themes/" .. theme .. "/apps_apps") %> <%end%> <%end%>
<%end%>