Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. {{ define "layout" }}
  2. <!doctype html>
  3. <html>
  4. <head>{{ template "head" }}</head>
  5. <body>{{ template "body" }}</body>
  6. </html>
  7. {{ end }}
  8.  
  9. {{ define "head1" }}<title>Head_1</title>{{ end }}
  10.  
  11. {{ define "body1" }}<h1>Body_1</h1>{{ end }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement