localization - Django blocktrans - inside HTML tag -


is possible put html tag inside django block: {% blocktrans %}{% endblocktrans %}?

for example:

{% blocktrans %}django<br>framework needed{% endblocktrans %}  

certainly, have use blocktrans template tag actually.

check:


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -