Can I add the Label for Dynamic Content Field onto the page?

I’ve created a Recipe Collection template on my site and one of the fields for recipes is “Ingredients.” I made the Ingredients Rich Text so it could be a list but I’d like to have the label for that field show up as a Heading above the list.

I.E.
I want it to look like this

Ingredients (Where this is the Label for the field)

  • Ingredient 1
  • Ingredient 2
  • Ingredient 3

Is there a way to do this?

You can’t bind to a node inside of a rich text element. What you can do is add a heading element and bind to that and then under it add the rich text element.