blt/templates/hardware/view.tmpl
2024-05-29 08:37:51 -04:00

20 lines
319 B
Cheetah

{{ template "header" . }}
<div class="row">
<h2>{{ .hardware.Name }}</h2>
<p>{{ .hardware.Type }}</p>
<hr>
<h3>Latest Benchmark Results:</h3>
<p>There are currently no benchmarks recorded using this hardware component.</p>
<hr>
<p><a href="/hardware">Back</a></p>
</div>
{{ template "footer" . }}