ref #6
This commit is contained in:
Nicolai Ort 2021-02-03 18:07:35 +01:00
parent 376087fe66
commit 95b882aced
1 changed files with 2 additions and 1 deletions

View File

@ -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 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:
* sponsoring_contract.html
@ -46,6 +46,7 @@ The server currently needs the following templates to work:
### Sponsoring Contracts
| Template String | Type | Optional | Description
| - | - | - | -
| runner_firstname | string | ❌ | The runner's first name
| runner_middlename | string | ✅ | The runner's middle name
| runner_lastname | string | ❌ | The runner's last name