{{- /* Renders a regular comic page full strip. By default, will use the images: 1. Specified by the page's `comic_strips` param 2. Images in the `strips/` resource folder otherwise Images will be ordered from top to bottom by filename. If no image is found, then an warning is raised. The images title (text shown on hover) will be : 1. The value of the page's 'comic_strips_title' param 2. The page's actual title otherwise Expects a comic page as argument. Example usage: {{ partial "comic/images_strip.html" . }} */}} {{- $imgages_source := or .Params.page_images "strips/**.{png,jpg,webp,PNG,JPG,WEBP}" -}} {{- $images_title := or .Params.comic_strips_title .Title -}}