<%= tagName %>
  div <%= tagName %>

  style(type='less').
    :scope {
      display: block;
    }
  
  script.
    var self = this;

    this.on('mount', () => {

    });
