Yes.
Just be sure you're not over-complicating something that should be simple. For example, if you have a certain set of components that are appearing over and over again... Then creating a composite component is useful. However, if you find you're just using the same components, but in different ways and order on page, then just use the components. No includes... No composites.
CowKing