{%- if page.edit_url -%}
{%- assign edit_url = page.edit_url -%}
{%- else -%}
{%- assign edit_url = "https://github.com/docker/docker.github.io/edit/master/" | append: page.path -%}
{%- endif -%}
{% include header.html %}
{%- if page.title -%}
{{ page.title }}
{%- endif -%}
{%- if page.advisory -%}
{{ site.data.advisories.texts[page.advisory] | markdownify }}
{%- endif -%}
{%- unless page.tree == false or page.skip_read_time == true -%}{% include read_time.html %}{%- 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 -%}
{%- include analytics/polldaddy.html -%}