2022-06-11 12:28:45 +00:00
|
|
|
<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Template/"</INJECT>
|
|
|
|
|
|
|
|
<h1>Template</h1>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
This is where I keep templates(or part of templates) for the website,
|
|
|
|
like the <a href = "header.html">header</a> and <a href = "footer.html">footer</a>
|
|
|
|
of the pages(also contains the start and end of the pages!, tho I might change that)
|
|
|
|
</p>
|
2023-01-13 15:56:16 +00:00
|
|
|
<hr/>
|
|
|
|
<INJECT>python $HOME/bscripts/ls_table.py $CURRENT</INJECT>
|
2022-06-11 12:28:45 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<INJECT>cat $HOME/template/footer.html</INJECT>
|