daknob/TorPaste

Split templates in more files

Closed this issue · 0 comments

As discussed in PR #1 , we should split the template files in a reasonable way:

head.html should contain everything between the <head> and </head> HTML tags but not the tags themselves.
footer.html should include a basic footer in the page.
navbar.html should include the navigation bar that's in the top of every page.
list.html / index.html should include pretty much everything else needed in the page.