{% set thumb = resize_image(path='images/screenshot-desktop.png', height=240, op="fit_height") %}
{% set thumb = resize_image(path='images/screenshot-tablet.png', height=240, op="fit_height") %}
{% set thumb = resize_image(path='images/screenshot-mobile.png', height=240, op="fit_height") %}
{% endblock post_header %}
{% block content %}
Documentation
{% set doc_section = get_section(path="docs/_index.md") %}
{% for sec_path in doc_section.subsections %}
{% set sec = get_section(path=sec_path) %}
{% if sec.extra.show_home %}