{% extends 'base.html' %} {% block title %}{{ title }}{% endblock title %} {% block content %}
{% if session_count > 0 %} You have played a total of {{ session_count }} sessions for a total of {{ total_duration }}. {% else %} Start by clicking the links at the top. To track playtime, you need to have at least 1 owned game. {% endif %}
{% endblock content %}