Templates and templater, added footer with application data. Fixes #8 and #7.

This commit is contained in:
2018-05-26 13:50:13 +05:00
parent d7e9865c91
commit 342a4d1d7c
24 changed files with 519 additions and 452 deletions

20
assets/main.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fast Paste Bin</title>
<link rel="stylesheet" href="/static/css/bulma-0.7.0.min.css">
<link rel="stylesheet" href="/static/css/bulma-tooltip-1.0.4.min.css">
<link rel="stylesheet" href="/static/css/style.css">
</head>
<body>
{navigation} {documentBody}
</body>
<footer class="footer">
{footer}
</footer>
</html>