{% if kind == 'search' %} {% include "docs/_search.html" %} {% elif kind == 'api' %} {% include "docs/_api_page.html" %} {% elif prose_html %} {{ prose_html | safe }} {% else %} {% include "docs/" ~ current ~ ".html" %} {% endif %}