A semantic search engine for source code https://bitshift.benkurtovic.com/
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.
 
 
 
 
 
 

19 lines
326 B

  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