[ "$path" = / ] && break
path="${path%/*/}/"
+ # Do not use `mdfile` function here because of specialties
+ # in translation handler (`handlers/10_translations.sh`)
if [ -f "$_DATA/pages/$path/#page.md" ]; then
pagefile="$_DATA/pages/$path/#page.md"
elif [ -f "$_EXEC/pages/$path/#page.md" ]; then
# back to default page from installation
local page="$(PATH "$1")"
+ # IMPORTANT: A Copy of this function exists
+ # in `handlers/10_translations.sh`
+ # Look into it now!
+ # Keep it synchronized, when changing anything
+
if [ -f "$_DATA/pages/$page/#page.md" ]; then
printf %s\\n "$_DATA/pages/$page/#page.md"
return 0