Promenad Template Debug

Available response template tags for this route render.

TagTypeCurrent Value
{{ config }}array
{
    "path": "/header",
    "status": "published"
}
{{ config.path }}string
/header
{{ config.status }}string
published
{{ debug }}debug
Displays this debug panel.
{{ kind }}string
template
{{ loop records ... endloop }}loop
Repeats the block for each item in an array.
{{ loop xml:/path/to/nodes ... endloop }}xml loop
Repeats the block for each matching XML node.
{{ route:/path/to/partial }}route partial
Renders another GET route and inserts its response body.
{{ status }}int
200

Raw Context

{
    "kind": "template",
    "config": {
        "path": "/header",
        "status": "published"
    },
    "status": 200
}
Atelier North | Art Studio

Contemporary art, workshops, and creative direction

A calm, expressive studio for artists and curious beginners.

Explore original work, join a small-group class, or visit the studio to see what is currently on the easel.

Now showing Light Studies, a seasonal collection of mixed-media paintings.

What we offer

Creative spaces, guided sessions, and original artwork.

Original Artwork

Browse expressive paintings, mixed-media pieces, and seasonal collections created for homes, offices, and quiet corners.

Explore Artwork

Studio Workshops

Join relaxed, small-group classes designed for beginners, returning artists, and anyone looking to reconnect with creativity.

View Workshops

Creative Direction

Work with the studio on custom installations, visual concepts, brand pieces, and art-forward creative projects.

Start a Project

Promenad Template Debug

Available response template tags for this route render.

TagTypeCurrent Value
{{ config }}array
[]
{{ debug }}debug
Displays this debug panel.
{{ kind }}string
template
{{ loop records ... endloop }}loop
Repeats the block for each item in an array.
{{ loop xml:/path/to/nodes ... endloop }}xml loop
Repeats the block for each matching XML node.
{{ route:/path/to/partial }}route partial
Renders another GET route and inserts its response body.
{{ status }}int
200

Raw Context

{
    "kind": "template",
    "config": [],
    "status": 200
}