{% extends "bootstrap/base.html" %} {% block metas %} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %}Simple Bookstore App{% endblock %} {% block content %}

The Comedy of Errors

Wikipedia Summary: The Comedy of Errors is one of William Shakespeare's early plays. It is his shortest and one of his most farcical comedies, with a major part of the humour coming from slapstick and mistaken identity, in addition to puns and word play.

{% autoescape false %} {{ details }} {% endautoescape %}
{% autoescape false %} {{ reviews }} {% endautoescape %}
{% endblock %}