Added route to view test

This commit is contained in:
Gregory Ballantine
2024-05-29 08:45:53 -04:00
parent cf7623fbb9
commit dea08d15dd
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{{ template "header" . }}
<div class="row">
<h2>{{ .test.Title }}</h2>
<h2>{{ .test.Name }}</h2>
<p>{{ .test.Description }}</p>