I have a parent component Base and a component Child which extends Base. If I want Child to use Base's template, I cannot include a template file for Child. However, I am interested in overriding just one block of Base's template with Child and I was wondering if there is anyway to do this.
Thanks, Peter Beshai