<html>
<head>
</head>
<body>
{% block my_block %}
    <p>A</p>
{% endblock %}
</body>
</html>
