Unlock this challenge:
Could we create an "Individual Recipe" Layout, map it our app_recipes_show route (that's the /recipes/{slug} route) and then render the dynamic Recipe fields as blocks into that layout, like we're doing with the Skill data from Contentful?
app_recipes_show
/recipes/{slug}
Recipe
Yes, the Title and other fields could be used to render the Recipe fields.
It's a bit of a hack, but you could reuse the Contentful Entry Field.
Not currently. There is no "block" available that understands how to render individual fields from an entity.