{% extends 'base.html' %} {% load djinsight_tags %} {% block title %}{{ course.title }} - djinsight Example{% endblock %} {% block content %}
This section demonstrates how djinsight can track course engagement and student interest.
{% templatetag openblock %} total_views_stat obj=course {% templatetag closeblock %}
{% templatetag openblock %} unique_views_stat obj=course {% templatetag closeblock %}
{% templatetag openblock %} live_stats_counter obj=course {% templatetag closeblock %}