$[python3 -u -c 'import utils; print(utils.parse_file("html/header.html"))' | sed 's/\$PREV_URL\$/"{prev}"/']
Index of {path}
Name
Last modified
Creation Date
Size
$[for file in $(ls {path}); do echo "
$file
$(stat -c %y "{path}/$file" | head -c 16)
$(stat -c %y "{path}/$file" | head -c 10)
$(numfmt --to=iec --suffix=B $(stat -c %s "{path}/$file"))
"; done | sed 's/\/\//\//g']