{% include header-manpage.html %}
{% include_relative _toc.html %}
{% if page.version and page.version != site.latest %}
{% if page.version == "tip" %}
{% include manpage-tip.html %}
{% else %}
{% include manpage-old.html %}
{% endif %}
{% endif %}
{{ content }}
{% include footer-nng.html %}