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

{{ page.title }}

{%- endif -%} {%- if page.advisory -%}
{{ site.data.advisories.texts[page.advisory] | markdownify }}
{%- endif -%}

{%- include read_time.html -%}

{{ 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 -%}