Warning, file /tutorial-simulations-using-ddsim-and-geant4/_includes/main_title.html was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
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 %}