--- layout: layouts/base.njk title: Photos withSidebar: true pagination: data: collections.photos size: 20 alias: paginatedPhotos permalink: "photos/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}/{% endif %}" ---

Photos

Photo posts and images. ({{ collections.photos.length }} total)

{% if paginatedPhotos.length > 0 %} {# Pagination controls #} {% if pagination.pages.length > 1 %} {% endif %} {% else %}

No photos yet.

{% endif %}