modules.

<%= app.name %> icon

<%= app.name %>

<% if (app.price === 'FREE') { %> <%= app.price %> <% } else { %> $<%= app.price %> <% } %> <% if (app.foss) { %> FOSS <% } %> <% if (app.selfHosted) { %> SelfHost <% } %>

<%- app.description.replace(/\n/g, '
') %>

GitHub Repository

<%= app.github %>