{% extends "index_page.html" %} {% block title %}Blogs {% endblock %} {% block css %} {% endblock %} {% block content %}
{{ rendered_markdown|safe }}
{% endblock %}