Lets suppose we have html block in file:
Text
How can I reuse this html code below in the same file, I m
I think you wanted to reuse the same html block again. If i understand you correctly, below code should help
{{ mycontent }}
To reuse above block in the same template,
//reuse any number of times