data-title.rml 240 B

1234567891011
  1. <template name="data-title">
  2. <head></head>
  3. <body>
  4. <div class="title-wrapper">
  5. <handle move_target="#document">
  6. <div class="icon" data-attr-icon="icon"></div>
  7. <span class="title">{{ title }}</span>
  8. </handle>
  9. </div>
  10. </body>
  11. </template>