Files
site/templates/comment_post.tmpl
2022-02-25 18:36:02 -06:00

6 lines
175 B
Cheetah

{{ 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>