mirror of
https://github.com/remnawave/panel.git
synced 2026-04-20 22:51:56 +00:00
docs: correct variable descriptions in subscription page template
This commit is contained in:
@@ -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 %>` | Base64‑encoded data (string), exactly matching the response from the /api/sub/`<shortUuid>`/info endpoint. |
|
||||
|
||||
<details>
|
||||
|
||||
Reference in New Issue
Block a user