6 lines
175 B
Cheetah
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>
|