Templates - How to use them and what I need out of them
I created template namespace, created template and tried to use it, but it's not what I need.
When I created template, I get text just repeated from template, without ability to edit it.
I need something like this:
Let's say I want to create cookbook full with recipes and I want to have uniformed headings in it.
So I want to create a template to be used as base of every cook recipe in my cookbook and that template should be editable, i.e. it should be some kind of form, or something like that. So user can use preexisting headings and just fill content in them.
For example:
Name of dish
Ingredients
Food preparation procedure
Serving advice
Images of dish
Recipe variations
Something like that, and after user choose it, that he is able to edit it.
Can I do that and how? Templates now isn't editable, or I could find out how to make them...