$[include html/header.html]

Index of {path}

$[for file in $(ls {path}); do echo ""; done | sed 's/\/\//\//g']

Name

Last modified

Creation Date

Size


$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"))

$[include html/footer.html]