
path: '^/\w+/*$',
entryNodes: {
'div.path': {
uri: 'b a',
title: 'b',
container: 'b'
}
}
path: '^/\w+/?$',
entryNodes: {
'div.path': {
uri: 'a:first-child',
title: 'a:first-child',
container: 'a:first-child'
}
}