{%- 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 jekyll.environment == 'production' -%}{%- include analytics/polldaddy.html -%}{%- endif -%}