added comment posted screen

This commit is contained in:
rawleyIfowler
2022-02-25 18:36:02 -06:00
parent 598f372acd
commit dca2efc52d
2 changed files with 19 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
{{ template "header.tmpl" . }}
<h2>Your comment is being posted...</h2>
<p>Click <a href="/blog/post/{{ .Url }}">here</a> to return to the blog post.</p>
</body>
</html>