nextcloud-documentation/_shared_assets/themes/owncloud_org/relations.html
2013-01-30 22:22:45 +01:00

12 lines
375 B
HTML

{% if parents|length != 0 %}
<ul class="nav_links" >
{%- if prev %}
<li><a href="{{ prev.link|e }}"
title="{{ _('previous chapter') }}">{{ "&laquo;"|safe }} {{ prev.title }}</a></li>
{%- endif %}
{%- if next %}
<li><a href="{{ next.link|e }}"
title="{{ _('next chapter') }}">{{ next.title }} {{ "&raquo;"|safe }}</a></li>
{%- endif %}
</ul>
{%- endif %}