{% extends "parody_web/base.html" %} {% load parody_web %} {% block title %}Solution — {{ exercise_title|cut:"`" }} — {{ book.title }}{% endblock %} {% block head_extra %}{% endblock %} {% block body %}

Solution: {{ exercise_title|code_spans }}

{{ solution_html|render_book }} {% endblock %}