blt/templates/test/view.tmpl

14 lines
184 B
Cheetah
Raw Normal View History

2023-12-02 22:16:16 -05:00
{{ template "header" . }}
<div class="row">
<h2>{{ .test.Name }}</h2>
<p>{{ .test.Description }}</p>
<hr>
<p><a href="/test">Back</a></p>
</div>
{{ template "footer" . }}