{% block title %}{{ blog_title or "Blog" }}{% endblock %} {% block script %} window.category = null; {% endblock %} {% block content %}
{% if blog_introduction %}

{{ blog_introduction }}

{% endif %}
{{ posts }}
{% endblock %} {% block footer %}{% include 'templates/includes/blog_footer.html' %}{% endblock %}