mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 15:06:08 +03:00
a7e1003c41
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 lines
304 B
HTML
8 lines
304 B
HTML
{%- if prev %}
|
|
<li><a href="{{ prev.link|e }}"
|
|
title="{{ _('previous chapter') }}">{{ "«"|safe }} {{ prev.title }}</a></li>
|
|
{%- endif %}
|
|
{%- if next %}
|
|
<li><a href="{{ next.link|e }}"
|
|
title="{{ _('next chapter') }}">{{ next.title }} {{ "»"|safe }}</a></li>
|
|
{%- endif %}
|