Files
jekyll/docs/_layouts/default.html
Ashwin Maroli 68066ce268 Optimize rendering of the documentation site (#8020)
Merge pull request 8020
2020-02-24 18:44:11 -05:00

14 lines
248 B
HTML

{%- include top.html -%}
<body class="wrap">
{%- include header.html -%}
{{- content -}}
{%- include footer.html -%}
{%- include anchor_links.html -%}
{%- include analytics.html -%}
{%- include search/script.html -%}
</body>
</html>