parent
376087fe66
commit
95b882aced
@ -38,7 +38,7 @@ The basic generation mechanism makes the templates and routes interchangeable (i
|
|||||||
|
|
||||||
We provide a set of default templates that we use for the ["Lauf für Kaya!" charity run](https://lauf-fuer-kaya.de).
|
We provide a set of default templates that we use for the ["Lauf für Kaya!" charity run](https://lauf-fuer-kaya.de).
|
||||||
We use mustache-style templating strings to fill the templates with real information (exact strings are explained below).
|
We use mustache-style templating strings to fill the templates with real information (exact strings are explained below).
|
||||||
You can provide your own templates by replaceing the ones we provided before compiling the project or by simply mounting your custom templates into the docker container.
|
You can provide your own templates by replacing the ones we provided before compiling the project or by simply mounting your custom templates into the docker container.
|
||||||
|
|
||||||
The server currently needs the following templates to work:
|
The server currently needs the following templates to work:
|
||||||
* sponsoring_contract.html
|
* sponsoring_contract.html
|
||||||
@ -46,6 +46,7 @@ The server currently needs the following templates to work:
|
|||||||
### Sponsoring Contracts
|
### Sponsoring Contracts
|
||||||
|
|
||||||
| Template String | Type | Optional | Description
|
| Template String | Type | Optional | Description
|
||||||
|
| - | - | - | -
|
||||||
| runner_firstname | string | ❌ | The runner's first name
|
| runner_firstname | string | ❌ | The runner's first name
|
||||||
| runner_middlename | string | ✅ | The runner's middle name
|
| runner_middlename | string | ✅ | The runner's middle name
|
||||||
| runner_lastname | string | ❌ | The runner's last name
|
| runner_lastname | string | ❌ | The runner's last name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user