$[include html/header.html]
Stats! Data! Wow!
Boring information about me and my computers, delivered right to your web browser (or terminal)!
Why collect information about your users when your users could collect information about you?
Currently available information:
$[for line in $(cat sludge/src/lib/router.py | grep Route -A1 | grep '/stats/' | sed "s/'//g; s/,//g" | cut -d= -f3); do echo "$(make-link $line)"; done]
$[include html/footer.html]