Would be awesome to write `o-flag` and get the whole syntax expanded like this: ``` html <div class="o-flag"> <div class="o-flag__img"> <img src="" alt=""> </div> <div class="o-flag__body"> </div> </div> ``` What's the best solution for this? @kmelve ?