I'm sorry - it just works. If you move the "{% set title = "My Title" %}" out of the block - then it works !!
##################{% extends "parent" %}
{% set title = "My Title" %}
{% block content %}..{% endblock %}##################