Native MiniJinja · dynamic route
Sqlcipher At Rest
This HTML was rendered on the server for /notes/sqlcipher-at-rest.
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
- Request path
/notes/sqlcipher-at-rest- Route pattern
/notes/:slug- Page template
app/pages/notes/[slug].html- Extracted param
slug = sqlcipher-at-rest
Query context
Decoded URL fields
Repeated keys remain separate values.
| Field | Value |
|---|---|
source |
|
tag |
|
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.