   {%- include head.html -%} {% include header.html %}
   {%- if page.title -%}

                                {{ page.title }}

   {%- endif -%} {%- if page.advisory -%}

     {{ site.data.advisories.texts[page.advisory] | markdownify }}

   {%- endif -%} {%- unless page.skip_read_time == true -%} {%- assign words
   = content | number_of_words -%} {%- if words >= 360 -%}

   Estimated reading time: {{ words | divided_by:180 }} minutes

   {%- endif -%} {%- endunless -%} {{ content }} {%- unless page.notags ==
   true -%} {%- assign keywords = page.keywords | split:"," -%} {%- if
   keywords.size > 0 -%} {%- for keyword in keywords -%} {%- assign
   strippedKeyword = keyword | strip -%} {{ strippedKeyword }} {%- unless
   forloop.last %}, {% endunless -%} {%- endfor -%} {%- endif -%} {%-
   endunless %} {%- if site.polldaddy_id and page.noratings != true -%}
   {%- endif -%}
     {%- if edit_url != "" -%}
     * Edit this page {%- endif -%}
     * Request docs changes
     * {%- include theme-switch.html -%}
   {%- unless page.notoc -%} {%- assign my_min = page.toc_min | default:
   site.toc_min | default: 2 -%} {%- assign my_max = page.toc_max | default:
   site.toc_max | default: 3 -%} {%- assign my_name = page.url | default:
   "unnamed" -%}
   On this page:
   {%- include toc_pure_liquid.html html=content sanitize=true
   class="inline_toc" id="my_toc" toc_min=my_min toc_max=my_max
   page_name=my_name -%} {%- endunless -%}
   {% include footer.html %} {%- if jekyll.environment == 'production' -%}{%-
   include analytics/polldaddy.html -%}{%- endif -%}
