Templates¶
In this tutorial we will change the online cookbook from previous tutorial to have less code duplication. To achieve this, we have to:
- Define a homepage;
- Define a recipe page;
- Navigate from page to page;
- Add parameters to the recipe page.
WORK IN PROGRESS