3 lines
224 B
HTML
3 lines
224 B
HTML
<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 }} |