You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 line
150 B

  1. {{define "ROOT"}}
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. {{template "commonHead"}}
  6. <title>{{.}}</title>
  7. <html><body>
  8. <p>{{.}}
  9. </body></html>
  10. {{end}}