<%= recipe.name %>
<% if (recipe.author !== '') { %>
by <%= recipe.author %>
<% } %>
<% if (recipe.description !== '') { %>
<%= recipe.description %>
<% } %>
<%= deployPath %>
🐌🐌🐌
server.cfg
file to your liking,