{% extends 'pybb/base.html' %} {% load pybb_extras i18n %} {% block pybb_content %}
{% pybb_load_last_topics as last_topics with limit=10 %} {% include "pybb/last_topics.html" %}
{% endblock %}