Multiple Content Zones
Declaring multiple content zones
Section titled “Declaring multiple content zones”A workshops page declaring two substantive content zones with the array form of content.zone, while a testimonials zone stays outside the selection.
HTML page
Section titled “HTML page”<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Catchlight Workshops</title>
<link rel="canonical" href="https://catchlightmag.com/workshops/">
<link rel="automated-usage" href="https://openames.org/v0.9">
<meta name="ames-policy" content="1/1/0/0" data-positions="index/ephemeral/store/train">
<link rel="alternate" type="text/markdown" href="https://catchlightmag.com/workshops.ax.md">
<link rel="stylesheet" href="/assets/css/site.css">
</head>
<body>
<header>
<p>Catchlight | For photographers who think</p>
</header>
<nav>
<a href="/features">Features</a>
<a href="/technique">Technique</a>
<a href="/workshops">Workshops</a>
</nav>
<section data-ames="hero">
<h1>Catchlight Workshops</h1>
<p>Small-group field workshops taught by Catchlight contributors, built around seeing light rather than acquiring gear.</p>
</section>
<section data-ames="workshops">
<h2>Current Workshops</h2>
<ul>
<li>Reading Light in the Field — two days, six photographers</li>
<li>Printing the Difficult Negative — one day, darkroom</li>
<li>Night Photography in the City — one evening, on location</li>
</ul>
</section>
<aside data-ames="testimonials">
<p>Participants consistently describe the field sessions as the point where the technique articles clicked.</p>
</aside>
<footer>
<p>© 2026 Catchlight Magazine</p>
</footer>
</body>
</html>workshops.ax.md
Section titled “workshops.ax.md”---
ames_version: "0.9"
canonical_url: "https://catchlightmag.com/workshops/"
publisher: "Catchlight"
title: "Catchlight Workshops"
locale: "en-US"
permissions:
index: 1
ephemeral: 1
store: 0
train: 0
content:
zone: ["hero", "workshops"]
---
[//]: # (ames:zone header)
Catchlight | For photographers who think
[//]: # (ames:zone nav)
- [Features](https://catchlightmag.com/features)
- [Technique](https://catchlightmag.com/technique)
- [Workshops](https://catchlightmag.com/workshops)
[//]: # (ames:zone hero)
# Catchlight Workshops
Small-group field workshops taught by Catchlight contributors, built around seeing light rather than acquiring gear.
[//]: # (ames:zone workshops)
## Current Workshops
- Reading Light in the Field — two days, six photographers
- Printing the Difficult Negative — one day, darkroom
- Night Photography in the City — one evening, on location
[//]: # (ames:zone testimonials)
Participants consistently describe the field sessions as the point where the technique articles clicked.
[//]: # (ames:zone footer)
© 2026 Catchlight Magazine