index uses template
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user