This commit is contained in:
timurgordon
2022-10-24 14:10:42 +03:00
parent 51639c702e
commit 0423285991
4 changed files with 1627 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
pub fn render_ticket(qr string) {
slug := qr.all_after_last('_')
$tmpl('./ticket.html')
}