| 1 |
# The copy at `/fan-plus`, which is words and nothing else. |
| 2 |
# |
| 3 |
# Read at build time by the `declare!` in `src/quasi/fan_plus.rs`. Editing this |
| 4 |
# file is editing the page. See `content/policy.toml` for the split this follows. |
| 5 |
# |
| 6 |
# KEEP `benefits` AND THE FAN+ CARD ON THE LANDING PAGE IDENTICAL, AND KEEP BOTH |
| 7 |
# TO WHAT THE CODE GRANTS. Audited 2026-08-05, carried from the template because |
| 8 |
# it is a rule rather than a note: a benefit listed here and not granted by the |
| 9 |
# code is a promise nobody implemented. |
| 10 |
|
| 11 |
[[benefits]] |
| 12 |
name = "$5 monthly credit" |
| 13 |
detail = "A promo code delivered by email each billing cycle, usable toward any purchase on the platform" |
| 14 |
|
| 15 |
[[benefits]] |
| 16 |
name = "+ badge" |
| 17 |
detail = "Displayed next to your name on your forum posts" |
| 18 |
|
| 19 |
[[benefits]] |
| 20 |
name = "Forum signatures" |
| 21 |
detail = "A signature block rendered under everything you post" |
| 22 |
|
| 23 |
[[benefits]] |
| 24 |
name = "Image embeds" |
| 25 |
detail = "Post images in forum threads" |
| 26 |
|
| 27 |
# What a reader with no account is told, markdown through docengine. In the file |
| 28 |
# rather than a Rust `const` so the sentence folds into the residual: a `const` |
| 29 |
# is a path and not a literal, so an `include` of one opens a staged scope and |
| 30 |
# the sentence is built and rendered on every request. |
| 31 |
|
| 32 |
[[visitor]] |
| 33 |
body = "[Create an account](/join) to join, or [log in](/login) if you already have one." |
| 34 |
|