{% block title %}{{ blog_title or "Blog" }}{% endblock %} {% block content %} {% if blog_subtitle %}

{{ blog_subtitle }}

{% endif %}
{% include "templates/includes/list/list.html" %}
{% endblock %} {% block script %}{% include "templates/includes/list/list.js" %}{% endblock %} {% block style %} {% endblock %}