Advertisement
keeblebrox

Random game mechanics server _base.html

Aug 23rd, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <title>{{ template "title" . }}</title>
  5.     </head>
  6.     <body>
  7.         <section id="contents">
  8.             {{ template "content" . }}
  9.         </section>
  10.         <footer id="footer">
  11.             {{ template "footer" . }}
  12.         </footer>
  13.     </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement