# The Windmill
The windmill keeps coming up in motifs in the Durst house. Additionally, that nice little old lady who makes pie said she lived with her daughters in the windmill.
%%
# Old Bonegrinder
## Related
- \[[Morgantha]]
- \[[Bella Sunbane]]
- \[[Offalia Wormwiggle]]
- \[[Cyrus Belview]]
%%
---
## Sessions
### Active
```dataview
LIST
FROM "60 Games/62 Campaigns/62.02 Two and a Half Strahds/02 Session Notes"
WHERE contains(location-active, [[Windmill]])
SORT file.name asc
```
---
### Mentioned
```dataview
LIST
FROM "60 Games/62 Campaigns/62.02 Two and a Half Strahds/02 Session Notes"
WHERE contains(location-discussed, [[Windmill]])
SORT file.name asc
```
%%
---
## Sessions
### Active
```dataview
LIST
FROM "60 Games/62 Campaigns/62.02 Two and a Half Strahds/02 Session Notes"
WHERE contains(location-active, [[Old Bonegrinder]])
SORT file.name asc
```
---
### Mentioned
```dataview
LIST
FROM "60 Games/62 Campaigns/62.02 Two and a Half Strahds/02 Session Notes"
WHERE contains(location-discussed, [[Old Bonegrinder]])
SORT file.name asc
```
%%