index.html 671 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html lang="{{ .Site.LanguageCode }}">
  3. {{ partial "head.html" . }}
  4. <body>
  5. <div id="all">
  6. {{ partial "nav.html" . }}
  7. {{ partial "carousel.html" . }}
  8. <!-- partial "trends.html" -->
  9. {{ partial "newsanchor.html" . }}
  10. newsanchor.html
  11. {{ partial "videoDemo.html" . }}
  12. {{ partial "videos.html" . }}
  13. {{ partial "features.html" . }}
  14. {{ partial "comparison.html" . }}
  15. {{ partial "see_more.html" . }}
  16. {{ partial "steps.html" . }}
  17. {{ partial "footer.html" . }}
  18. </div>
  19. <!-- /#all -->
  20. {{ partial "scripts.html" . }}
  21. </body>
  22. </html>