123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!DOCTYPE html>
- <html lang="{{ .Site.LanguageCode }}">
- {{ partial "head.html" . }}
- <body>
- <div id="all">
- {{ partial "nav.html" . }}
- {{ partial "carousel.html" . }}
- <!-- partial "trends.html" -->
- <!--
- {{ partial "newsanchor.html" . }}
- {{ partial "videoDemo.html" . }}
- {{ partial "videos.html" . }}
- {{ partial "features.html" . }}
- {{ partial "comparison.html" . }}
- {{ partial "see_more.html" . }}
- {{ partial "steps.html" . }}
- {{ partial "manywords.html" . }} -->
- {{ partial "content-aianchor.html" . }}
- {{ partial "footer.html" . }}
- </div>
- <!-- /#all -->
- {{ partial "scripts.html" . }}
- </body>
- </html>
|