hurrying
This commit is contained in:
parent
51639c702e
commit
0423285991
@ -0,0 +1,5 @@
|
||||
<div>
|
||||
@for qr in qrs
|
||||
render_ticket(qr)
|
||||
@end
|
||||
</div>
|
15
ticket.html
15
ticket.html
@ -0,0 +1,15 @@
|
||||
<div class="ticket_container">
|
||||
<div>
|
||||
<h1>Ourworld ICTC Event</h1>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</div>
|
6
ticket.v
6
ticket.v
@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
pub fn render_ticket(qr string) {
|
||||
slug := qr.all_after_last('_')
|
||||
$tmpl('./ticket.html')
|
||||
}
|
Loading…
Reference in New Issue
Block a user