{% include header.html %}
{% if page.url != '/' %}
{% if page.title %}
{{ page.title }}
{% endif %} {% if page.advisory %}
{{ site.data.advisories.texts[page.advisory] | markdownify }}
{% endif %}{% endif %}
{% unless page.tree == false or page.skip_read_time == true %}{% include read_time.html %}{% endunless %}
{% if page.enterprise %}{% include enterprise_moved.html %}{% endif %}
{{ 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 page.noratings != true %}
{% endif %}
{% if page.path == "404.md" %}
{% endif %}
{% if page.highlightjs == true %}
{% endif %}