home.html 190 B

12345678910
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. {% include header.html %}
  5. </head>
  6. <body class="docs-home" ontouchstart="">
  7. {% include browser-warning.html %}
  8. {{ content }}
  9. </body>
  10. </html>