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.

15 lines
225B

  1. <!DOCTYPE html>
  2. <html>
  3. {{ partial "header.html" . }}
  4. <body>
  5. <div class="container wrapper tags">
  6. {{ partial "head.html" . }}
  7. <h1 class="page-title">All tags</h1>
  8. </div>
  9. {{ partial "footer.html" . }}
  10. </body>
  11. </html>