Default component content in template components
<div class="text" > <cq:include path="bodytext" resourceType="foundation/components/text"/> </div>
I am embedding foundation components in a page component (see the following) and need to set some default content. How do I go about this?