{% extends 'base.html' %} {% block title %}{{ config.title }}{% endblock %} {% block nav_index %} class="current" {% endblock %} {% block content %}
{% include 'include/posts_list.html' %}
{% include 'include/sider.html' %} {% endblock %}