index uses template

This commit is contained in:
Mimi Momo
2020-09-23 21:23:38 -05:00
parent 6f841349ae
commit ed9c90722b
8 changed files with 95 additions and 34 deletions
+17
View File
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
% include('header.tpl')
</head>
<body>
<div class="grid">
% include('logo-bar.tpl')
% include('nav.tpl')
{{!base}}
</div>
% include('footer.tpl')
</body>