{% extends 'blog/base.html' %} {% load thumbnail %} {% block title %}Articles in the "{{ category.name }}" Category{% endblock title %} {% block pagetitle %}Articles in the "{{ category.name }}" Category{% endblock pagetitle %} {% block blog_content %}
There are no articles in this category.
{% endif %} {% endblock blog_content %}