Going to move on from this for now. We need a page to view a recipe! **C**reate is done, now we need **R**ead, **U**pdate and **D**elete.
8 lines
68 B
Plaintext
8 lines
68 B
Plaintext
package templates
|
|
|
|
templ RecipePage() {
|
|
<p>
|
|
Viewing page
|
|
</p>
|
|
}
|