{% extends template_dir + "/layout.templ.html" %} {% block title %}Blog - {{ current.title }}{% endblock %} {% block content %}

{{ current.title }}

{{ current.date }}

{{ current.markdown_compiled | safe }} {% endblock %}