You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mobile-header.html 201B

123456
  1. <header class="align-center justify-between book-header">
  2. <label for="menu-control">
  3. <img src="{{ "svg/menu.svg" | relURL }}" />
  4. </label>
  5. <strong>{{- template "title" . }}</strong>
  6. </header>