pages can now be in any order
~ changed numbered toc for bullet toc
- removed numbered recipes
\section*{Recipes}
-\begin{enumerate}
+\begin{itemize}
\itemsep0em
|% for recipe in recipes %|
\item \textbf{|~ recipe.recipe.information.title ~|}. |~ recipe.recipe.information.description ~|
|% endfor %|
-\end{enumerate}
+\end{itemize}
\newpage
|% set recipe = recipe.recipe %|
- \section{|~ recipe.information.title ~|}
+ \section*{|~ recipe.information.title ~|}
|~ recipe.information.description ~|