User: {{username}}
Pass: {{password}}
Price: {{price}}
Valid: {{validity}}
Use these variables in your HTML source. They will be replaced with actual user data during printing.
Use Emmet abbreviations for fast coding. Look for the dotted underline, then press Tab.
!
Tab
.container
<div class="container">
{{username}}
{{password}}
{{price}}
{{validity}}
{{timelimit}}
{{datalimit}}
{{profile}}
{{dns_name}}
{{login_url}}
{{qrcode}}
Generates a QR Code containing the Login URL with username and password.
{{qrcode fg=red bg=yellow}}
{{qrcode size=200 padding=10 rounded=15}}
{{qrcode fg=#000 bg=#fff}}