Modules
<% if (module.price === 'FREE') { %> <%= module.price %> <% } else { %> $<%= module.price %> <% } %> <% if (module.foss) { %> FOSS <% } %> <% if (module.selfHosted) { %> SelfHost <% } %> <% if (module.lsposed) { %> LSPosed <% } %>