No Description
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.

var_www_blog_index.j2 973B

12345678910111213141516171819202122232425262728293031
  1. <html>
  2. <head>
  3. <title>{{ item.name }}</title>
  4. </head>
  5. <body>
  6. <h1>{{ item.name }}</h1>
  7. <p>Bitte gehen Sie weiter, hier gibt es nichts zu sehen!</p>
  8. <p>Please go along, there is nothing to see here!</p>
  9. <!-- Commento comments (Disqus alternative) -->
  10. <div id="commento"></div>
  11. <script src="https://{{ commento_subdomain }}.{{ domain }}/js/commento.js"></script>
  12. <!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
  13. <!-- TODO: replace 'JTPIK' with your correct site-id in fathom -->
  14. <script>
  15. (function(f, a, t, h, o, m){
  16. a[h]=a[h]||function(){
  17. (a[h].q=a[h].q||[]).push(arguments)
  18. };
  19. o=f.createElement('script'),
  20. m=f.getElementsByTagName('script')[0];
  21. o.async=1; o.src=t; o.id='fathom-script';
  22. m.parentNode.insertBefore(o,m)
  23. })(document, window, '//{{ fathom_subdomain }}.{{ domain }}/tracker.js', 'fathom');
  24. fathom('set', 'siteId', 'JTPIK');
  25. fathom('trackPageview');
  26. </script>
  27. <!-- / Fathom -->
  28. </body>
  29. </html>