{% extends "base.html" %} {% block title %}Bookr{% endblock %} {% block heading %}Profil{% endblock %} {% block content %} {% autoescape off %} {{ books_read_plot }} {% endautoescape %} {% endblock %}