{% set page_title = 'Search - ' ~ wiki_title %}{% include '_header.html' %} {% include '_body-header.html' %}

Search in {{wiki_title}}

{% if lunr_index_sitepath != '' %}
{% else %}

Lunr search index is not present. It is enabled by passing the --lunr flag to markpub.

Check the MarkPub documentation for more details.

{% endif %}
{% include '_footer.html' %}