7 lines
94 B
V
7 lines
94 B
V
|
|
|
|
pub fn render_ticket(qr string) {
|
|
slug := qr.all_after_last('_')
|
|
$tmpl('./ticket.html')
|
|
}
|