Cookbook
🔄 Sync Recipes
➕ Add Recipe
❓ Help
<% recipes.forEach(recipe => { %>
<%= recipe.title %>
<%- recipe.content.replace(/\n/g, "
") %>
<% }) %>