{% extends "base.html" %} {% block title %}{{ source.title }}{% endblock %} {% block metas %} {% endblock %} {% block extracss %}{% endblock %} {% block sidebar %} {% include "sources/sidebar-with-tags.html" %} {% endblock %} {% block blog %}
{% if source.title|length >= 40 %} {{ source.title|slice:":40" }}... {% else %} {{ source.title }} {% endif %}

{{ source.description }}

Git

Kategoriler : {% for category in source.categories.all %}{{ category.title }} {% endfor %}

Etiketler : {% for tag in source.get_tags %}{{ tag }} {% endfor %}

Tesekkurler Disqus
{% endblock %} {% block extrajs %} {% endblock %}