Source code for orthocarekolkata.com
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.

23 lines
259 B

5 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. {{ partial "head.html" . }}
  5. </head>
  6. <body>
  7. {{ partial "header.html" . }}
  8. {{ partial "slider.html" . }}
  9. {{ partial "wrapper.html" . }}
  10. {{ partial "feature.html" . }}
  11. {{ partial "footer.html" . }}
  12. </body>
  13. </html>