$[include html/header.html]

arbitrary thoughts generated by natalie

I am bad at thinking of things to make blog posts for. this webpage might contain things that I would put in a blog post if I was more proficient at writing filler. It might also contain other things.
$[for file in ./html/thoughts/*; do echo $(grep DATE $file | awk '{print $3 $4}') $file; done | sort -k1,1 -r | cut -d' ' -f2 | while read -r file; do echo "
$(grep '^$//'): $(grep '^$//')
$(include $file)
"; done]
$[include html/footer.html]