evennia/devblog/source/templates/post.html

13 lines
277 B
HTML

<h2>
{{post-title}}
<a name="{{post-title-ref}}" class="anchor" href="#{{post-title-ref}}">
<span class="octicon octicon-link">
</span> </a>{{post-title}}
</h2>
{{ content }}
<footer>
<p>
<small>{{ image-reference }}</small>
</p>
</footer>