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 line
304 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>
  5. = block title
  6. = endblock
  7. </title>
  8. = block head
  9. <link rel="stylesheet" type="text/css"
  10. href={{ url_for('static', filename='css/main.css') }}>
  11. = endblock
  12. </head>
  13. <body>
  14. = block body
  15. = endblock
  16. </body>
  17. </html>