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.
 
 
 
 
 
 

26 rivejä
359 B

  1. = extends "layout.html"
  2. = block title
  3. Home
  4. = endblock
  5. = block head
  6. {{ assets.tag("index.css") }}
  7. = endblock
  8. = block body
  9. <div id="search-field">
  10. <div id="title">
  11. We shift mad bits.
  12. </div>
  13. <form id="search-bar">
  14. <input type="text">
  15. </form>
  16. </div>
  17. <div id="results">
  18. </div>
  19. {{ assets.tag("index.js") }}
  20. = endblock