set -e title="$(lowdown -X title "$1")" date="$(lowdown -X date "$1")" author="$(lowdown -X author "$1")" cat<

$title

$author
$(lowdown "$1")
EOF