Native MiniJinja · dynamic route

Verified Artifacts

This HTML was rendered on the server for /notes/verified-artifacts. The file route extracted the slug, decoded the query string, and passed both into an auto-escaped MiniJinja context.

Request trace

One request, one matched file

200 rendered
Request path
/notes/verified-artifacts
Route pattern
/notes/:slug
Page template
app/pages/notes/[slug].html
Extracted param
slug = verified-artifacts

Query context

Decoded URL fields

Repeated keys remain separate values.

Field Value
source
  • route-demo
tag
  • rust

Try the matcher

Swap only the slug

Each URL resolves to this same page file while receiving a different params.slug value.

Attach repeated query values to render the decoded fields above.