{% if current_page and current_page.is_homepage %} {% include "landing.html" %} {% else %} {% include "docs.html" %} {% endif %}