docs: correct variable descriptions in subscription page template

This commit is contained in:
kastov
2025-05-14 17:04:34 +03:00
parent 40b9458aa3
commit 243bc6e519

View File

@@ -724,8 +724,8 @@ Your HTML template must include three variables:
| Variable | Description |
| ------------------------ | ---------------------------------------------------------------------------------------------------------- |
| `<%= metaTitle %>` | Will by resolved as META_TITLE |
| `<%= metaDescription %>` | Will by resolved as META_DESCRIPTION |
| `<%= metaTitle %>` | Will be resolved as META_TITLE (from .env) |
| `<%= metaDescription %>` | Will be resolved as META_DESCRIPTION (from .env) |
| `<%- panelData %>` | Base64encoded data (string), exactly matching the response from the /api/sub/`<shortUuid>`/info endpoint. |
<details>