mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-06-11 19:30:51 -05:00
15 lines
323 B
Handlebars
15 lines
323 B
Handlebars
<h1>progress summary</h1>
|
|
<p>{{ summary }}</p>
|
|
<br>
|
|
<h2>game support</h2>
|
|
{{#each games }}
|
|
<strong>{{ this.title }}</strong>
|
|
<p>{{ this.description }}</p>
|
|
<p>state: {{ this.state }}</p>
|
|
{{/each}}
|
|
<br><br>
|
|
<h2>backend support</h2>
|
|
{{#each backends }}
|
|
<strong>{{ this.title }}</strong>
|
|
<p>{{ this.description }}</p>
|
|
{{/each}} |