I have some issues with my meteor project the browser console displays everytime "Exception in defer callback: Error: No such template: quickForm"
this is my code to better understand:
<template name="NewRecipe">
<div class="new-recipe-container">
{{> quickForm collection="Recipes" id="insertRecipeForm" type="insert" class="new-recipe-form"}}
</div>
I think that I missed to import some package...
Blockquote