www_ourworld_ictc/ticket.v
2022-10-24 14:10:42 +03:00

7 lines
94 B
V

pub fn render_ticket(qr string) {
slug := qr.all_after_last('_')
$tmpl('./ticket.html')
}