All Downloads are FREE. Search and download functionalities are using the official Maven repository.

_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 %}
    


    
        Fork me on GitHub
    
    
{%- block sidebar %} {%- if title != "Home" %} {%- 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 -%}

{%- if show_copyright %} {%- if hasdoc('copyright') %} {% trans path=pathto('copyright'), copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %} {%- else %} {% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %} {%- endif %} {%- endif %} {%- if last_updated %} {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %} {%- endif %} {%- if show_sphinx %} {% trans sphinx_version=sphinx_version|e %}Created using Sphinx {{ sphinx_version }}.{% endtrans %} {%- endif %}

Dropwizard Metrics v{{ release }}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy