{% extends "!layout.html" %} {# Give the landing page a descriptive for SEO, without changing the visible hero heading. Other pages keep the theme's default title. #} {%- block htmltitle -%} {%- if pagename == "index" -%} <title>Structure-from-Motion and Multi-View Stereo{{ titlesuffix }} {%- else -%} {{ super() }} {%- endif -%} {%- endblock -%}