morpheus

A Matrix client written in Go-QT
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheus.git
Log | Files | Refs | README | LICENSE

default.html (203B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 
      4 {% include head.html %}
      5 
      6 <body id="page-top">
      7   {% include nav-blog.html %}
      8 
      9   {{ content }}
     10 
     11   {% include contact.html %}
     12   {% include scripts.html %}
     13 </body>
     14 
     15 </html>