Files
school_archives/OSU Coursework/CS 290 - Intro to Web Development/Week 8/views/week7_GET.handlebars

7 lines
137 B
Handlebars

<h1>{{StatusHeader}}</h1>
<h2>Query Parameters</h2>
<ul>
{{#each query_data}}
<li>{{this.name}}: {{this.value}}
{{/each}}
</ul>