- "} - - // If a recipe is selected, show its details - if(current_recipe) - html += generate_recipe_html(current_recipe, user) - else - html += "

Select a recipe from the list to view details.

" - - html += {" -