# Per-camera filter page body (task um0). Like stats.tmpl, all the variable-length # markup -- here the thumbnail grid of every photo shot with this camera -- is # pre-rendered by render_camera_pages in src/lib/stats.source.sh and handed in # through the raw context field render_camera_thumbs_html, so this template only # supplies the page chrome: the heading (the HTML-escaped camera name), the # pre-built grid, and a link back to the stats page. The surrounding # // and footer come from the header/footer templates, which # render_camera_pages emits around this one (same pattern as stats/view/details). # # This is a self-contained mini album: each thumbnail links to a per-camera view # page (camera---.html) whose prev/next navigation cycles only # through this camera's photos (see render_camera_pages). The heading and back # link sit in the narrow centered stats column, but the thumbnail grid is a # full-width sibling so it flows and wraps with the window like the main album # (the album thumbnails are likewise direct, full-width body children). cat <

${render_title_html} — ${render_camera_name_html}

${render_camera_thumbs_html}
END