Allow users to provide default content in their component's tags that is rendered if no component content is passed. Because htmlbars does not parse tags in any special way we may have to take ember's approach and make a {{content}} helper. I'd like to avoid that if possible though.
Allow users to provide default content in their component's tags that is rendered if no component content is passed. Because htmlbars does not parse tags in any special way we may have to take ember's approach and make a {{content}} helper. I'd like to avoid that if possible though.