{% extends 'boards/base.html' %} {% load cache %} {% block title %}/{% endblock title %} {% block content %} {% cache None boards %}

Boards

{% endcache %}

Latest active threads

{% include 'boards/incl/threads_list.html' %}
{% endblock content %}