cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Template/"

Template

This is where I keep templates(or part of templates) for the website, like the header and footer of the pages(also contains the start and end of the pages!, tho I might change that)

here is the list of templates in here:
cd $CURRENT && ls *.html | python3 $HOME/bscripts/ls_to_a.py

cat $HOME/template/footer.html