A semantic search engine for source code https://bitshift.benkurtovic.com/
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

developers.html 326 B

123456789101112131415161718
  1. = extends "layout.html"
  2. = block title
  3. About
  4. = endblock
  5. = block head
  6. {{ assets.tag("developers.css") }}
  7. = endblock
  8. = block body
  9. <div>
  10. <h1>Page under construction</h1>
  11. <p>
  12. Check back later. Have you read our <a href="/about">about page</a> and the <a href="/docs">docs</a>?
  13. </p>
  14. </div>
  15. = endblock