Subtree merge of ansible-docs

This commit is contained in:
Michael DeHaan
2012-10-08 07:44:38 -04:00
113 changed files with 21134 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{%- 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 %}