api_examples.html 121 B

1234567
  1. <html>
  2. {% include 'hackathon/base.html' %}
  3. <body>
  4. <h1>{{title}}</h1>
  5. <img src='/static/img/github.png'>
  6. </body>
  7. </html>