_themes.metrics.layout.html Maven / Gradle / Ivy
{%- set reldelim1 = reldelim1 is not defined and ' »' or reldelim1 %}
{%- set reldelim2 = reldelim2 is not defined and ' |' or reldelim2 %}
{%- set render_sidebar = (not embedded) and (not theme_nosidebar|tobool) and
(sidebars != []) %}
{%- set url_root = pathto('', 1) %}
{# XXX necessary? #}
{%- if url_root == '#' %}{% set url_root = '' %}{% endif %}
{%- if not embedded and docstitle %}
{%- set titlesuffix = " | "|safe + docstitle|e %}
{%- else %}
{%- set titlesuffix = "" %}
{%- endif %}
{{ title|striptags|e }}{{ titlesuffix }}
{%- for cssfile in css_files %}
{%- endfor %}
{%- if favicon %}
{%- endif %}
{%- block linktags %}
{%- if parents %}
{%- endif %}
{%- if next %}
{%- endif %}
{%- if prev %}
{%- endif %}
{%- endblock %}
{%- block sidebar %}
{%- if title != "Home" %}
{{ toctree(maxdepth=-1) }}
{%- endif %}
{%- endblock %}
{% block body %} {% endblock %}
{%- if title == "Home" -%}
YourKit is kindly supporting the Metrics project with its full-featured Java Profiler.
YourKit, LLC
is the creator of innovative and intelligent tools for profiling Java and .NET
applications. Take a look at YourKit's leading software products:
YourKit Java Profiler and
YourKit .NET Profiler.
{%- endif -%}