2 Main title for lesson pages.
5 {% include base_path.html %}
7 {% if site.kind == "lesson" %}
8 <h1 class="maintitle"><a href="{{ relative_root_path }}{% link index.md %}">{{ site.title }}</a>{% if page.title %}: {{ page.title }}{% endif %}</h1>
12 <h1 class="maintitle">{{ page.title }}</h1>