|
||||
File indexing completed on 2024-11-15 10:02:52
0001 {% comment %} 0002 Main title for lesson pages. 0003 {% endcomment %} 0004 0005 {% include base_path.html %} 0006 0007 {% if site.kind == "lesson" %} 0008 <h1 class="maintitle"><a href="{{ relative_root_path }}{% link index.md %}">{{ site.title }}</a>{% if page.title %}: {{ page.title }}{% endif %}</h1> 0009 0010 {% else %} 0011 0012 <h1 class="maintitle">{{ page.title }}</h1> 0013 0014 {% endif %}
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |