1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-13 13:12:30 +00:00
community.general/docsite/_themes/bootstrap/relations.html

8 lines
304 B
HTML

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