diff --git a/src/templates/runner_card.html b/src/templates/runner_card.html new file mode 100644 index 0000000..fdf0dc9 --- /dev/null +++ b/src/templates/runner_card.html @@ -0,0 +1,44 @@ + + + + + Sponsoring contract + + + + + +
+
+ {{#each cards}} +
+

Front: {{this.code}}

+
+ {{/each}} +
+
+
+
+ {{#each cards}} +
+

Back: {{this.code}}

+
+ {{/each}} +
+
+ + + \ No newline at end of file