Courageous Parents Network offers this curated list of books on grieving the death of child – for parents, siblings, extended family, friends. The list includes links to read more and order the books.
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">