%%
> [!summary] Related
> ```dataview
> LIST
> FROM ""
> WHERE contains(related, [[]]) OR contains(this.related, file.link)
> ```
%%
# Self-forgiveness
---
[[I forgive myself for mistakes I made when I didn’t know better.]]
---
%%
# Reference
```dataview
LIST
FROM [[]] OR #self-forgiveness AND !outgoing([[]]) AND -"Templates"
WHERE file.name != this.file.name
SORT file.name ASC
```
---
# Archive
-
%%