Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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>
- {{!base}}
- </div>
- % include('footer.tpl')
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement