{% 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 }}

Not available yet. {{ message }}

{% if available_after %}

Available after {{ available_after }}.

{% endif %}

Back to {{ section.title|code_spans }}

{% endblock %}