Functional templates allow you to create components consisting of only the template
tag and exposing the props
passed into the template with the props
object off of the template context. This approach allows you to build simple configurable templates without having to write any backing code.