wg-portal/internal/app/api/v0/handlers/frontend_config.js.gotpl

6 lines
217 B
Plaintext
Raw Normal View History

2023-07-21 15:13:00 +02:00
WGPORTAL_BACKEND_BASE_URL="{{ $.BackendUrl }}";
WGPORTAL_VERSION="{{ $.Version }}";
WGPORTAL_SITE_TITLE="{{ $.SiteTitle }}";
WGPORTAL_SITE_COMPANY_NAME="{{ $.SiteCompanyName }}";
document.title = "{{ $.SiteTitle }}";