blt/templates/test/view.tmpl
2024-05-29 08:45:53 -04:00

20 lines
297 B
Cheetah

{{ template "header" . }}
<div class="row">
<h2>{{ .test.Name }}</h2>
<p>{{ .test.Description }}</p>
<hr>
<h4>Latest Benchmark Results:</h4>
<p>There are currently no benchmarks recorded in this test.</p>
<hr>
<p><a href="/test">Back</a></p>
</div>
{{ template "footer" . }}