Without striptags filter:

<h1>Welcome to <b>MY</b> World!</h1>

With striptags filter:

Welcome to MY World!

In views.py you can see what the mytext variable looks like.