article uses article css

This commit is contained in:
chimchooree
2020-10-07 16:32:13 -05:00
parent a08d9c6e29
commit 7be0d5fef7
8 changed files with 50 additions and 16 deletions
+12 -1
View File
@@ -1,15 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
% include('header.tpl')
</head>
<body>
<div class="grid">
% include('logo-bar.tpl')
% include('nav.tpl')
<div class="body-row"> </div>
<div class="body-row"> </div>
{{!base}}
</div>
% include('footer.tpl')
</body>
</html>