{{ object.title }}
{{ object.content }}
{% page_view_tracker %}{% comment %} === djinsight Template Tags Examples === This file shows examples of how to use the new modular djinsight template tags. Copy these examples to your own templates. {% endcomment %} {% load djinsight_tags %}
{{ object.content }}
{% page_view_tracker %}${{ product.price }}
{% page_view_tracker obj=product debug=True %}This {{ article.get_display_name }} has been viewed {{ article.total_views|format_view_count }} times by {{ article.unique_views|format_view_count }} unique visitors.
{% if article.total_views > 0 %}📝 New content - be the first to view!
{% page_view_tracker obj=article %}