A semantic search engine for source code https://bitshift.benkurtovic.com/
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

12 satır
125 B

  1. = extends "layout.html"
  2. = block title
  3. About
  4. = endblock
  5. = block body
  6. <div>
  7. For developers, son.
  8. </div>
  9. = endblock