{% if include.title %}
{{ include.title }}
{% endif %}
{% for book in site.books limit:include.limit %}-
{% include book.html book=book %}
{% endfor %}
{% if include.limit %}
{% include see-more.html label=include.see-more permalink=include.permalink %}
{% endif %}