blog/webapp/templates/blog_post/get_single.html

3 lines
224 B
HTML
Raw Normal View History

2020-07-13 13:15:09 +02:00
<h2><a href="{{ url_for('blog_post_filename', filename=instance.filename) }}">{{ instance.title }}</a></h2>
<small><i>{{ _("Created on") }} {{ instance.created_dt }}</i></small>
{{ instance.body|markdown|rawhtmlparse|safe }}