{% macro navigation(items) %} {% for item in items %} {% if item.children %} {% else %}{{ item.title }}{% endif %} {% endfor %} {% endmacro %} {% if page and not page.is_homepage %}{{ page.title }} · {% endif %}Inklet documentation {% if page and page.canonical_url %}{% endif %} {% for path in config.extra_css %}{% endfor %} {% for path in config.extra_javascript %}{% endfor %}
{% block content %} {% if page.meta.layout == 'home' %}{% include 'home.html' %} {% elif page.meta.layout == 'gallery' %}
{{ page.content }}
{% include 'gallery.html' %} {% else %}
{% endif %} {% endblock %}

Search documentation

Type to search guides, examples and the API.