Template inheritance and nested view directories

So I really like template inheritance for reducing view code duplication
(which has been and is current an issue on our project). However, it
doesn’t work well with nested view directories.

Here’s an example of the issue:
app/
view/
abstract_summaries/

slides/
summary.html.haml
detail.html.haml
store_summaries/

slides/