--- layout: default menu: docs title: Documentation page-header: Documentation --- {% assign current-url = page.url | replace_regex: "^/", "" %}
{% include docs/menu.html %}
{% if page.description %}

{{ page.description }}

{% endif %} {% if page.plugin %} {% include docs/plugin.html plugin=page.plugin %} {% endif %}
{{ content }}