<%@ tag body-content="scriptless" trimDirectiveWhitespaces="true"%>
<%@ attribute name="attr" required="false" %>
${attr}
<div class="body">
<jsp:doBody/>
</div>
<%@ taglib prefix="component" tagdir="/WEB-INF/tags/shared/component" %>
<component:componentWithBody attr="Hello world!">
// Content here
</component:componentWithBody>