{% if page == 'project' %} {% include 'partials/project.html' %} {% endif %} {% if page == 'split' %} {% include 'partials/split.html' %} {% endif %} {% if page == 'merge' %} {% include 'partials/merge.html' %} {% endif %} {% if page == 'ocr' %} {% include 'partials/ocr.html' %} {% endif %}