<%= yield(:title_box) if content_for?(:title_box) %>
Or is the if condition useless here?
The condition check is not needed as if nothing to render there is nothing will be outputted. See docs
Copyright © 2021 Jogjafile Inc.
The condition check is not needed as if nothing to render there is nothing will be outputted. See docs