mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 13:41:13 +00:00
7 lines
137 B
Handlebars
7 lines
137 B
Handlebars
<h1>{{StatusHeader}}</h1>
|
|
<h2>Query Parameters</h2>
|
|
<ul>
|
|
{{#each query_data}}
|
|
<li>{{this.name}}: {{this.value}}
|
|
{{/each}}
|
|
</ul> |