mirror of
https://github.com/h44z/wg-portal.git
synced 2025-04-19 08:55:12 +00:00
6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
|
WGPORTAL_BACKEND_BASE_URL="{{ $.BackendUrl }}";
|
||
|
WGPORTAL_VERSION="{{ $.Version }}";
|
||
|
WGPORTAL_SITE_TITLE="{{ $.SiteTitle }}";
|
||
|
WGPORTAL_SITE_COMPANY_NAME="{{ $.SiteCompanyName }}";
|
||
|
|
||
|
document.title = "{{ $.SiteTitle }}";
|