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,5 @@
<div>
@for qr in qrs
render_ticket(qr)
@end
</div>

View File

@ -0,0 +1,15 @@
<div class="ticket_container">
<div>
<h1>Ourworld ICTC Event</h1>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
</div>

View File

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

1601
vls.log Normal file

File diff suppressed because one or more lines are too long