{% include header.html %} {% capture page_url %}{{ page.url | remove:'index.html' }}{% endcapture %} Edit {% if page_url != '/docs/' %} Docs » {{ page.category }} {% endif %}
Quick links: {% for quick_link in page.quick_links %} {% capture link %}{{ quick_link | slugify }}{% endcapture %} {{quick_link}} {% if forloop.last == false %}|{% endif %} {% endfor %}
{% endif %} {{ content }} {% include footer.html %}