#!/bin/sh escapehtml() { sed -e 's/&/\&/g' \ | sed -e 's//\>/g' \ | sed -e 's/"/\"/g' } cat <<'EOF' {{{project-name}}}

Open tasks

EOF