{% extends 'base_catalog.html' %} {% load thumbnail %} {% load i18n %} {% load template_filters %} {% block bread_scrumbs %}
{{ blog.main_title }}
{{ blog.preview }} {{ blog.created|date:"d E Y" }}{% if blog.tag.all.exists %}{% include 'includes/article_tags.html' with obj=blog %}{% endif %}