Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. ├── static
  2. │ ├── css
  3. │ ├── js
  4. │ └── img
  5. └── templates
  6. ├── index.html
  7. └── page.html
  8.  
  9. <link rel="stylesheet" href="theme/css/base.css"/>
  10.  
  11. {% extends "index.html" %}
  12.  
  13. ├── theme
  14. | ├── css
  15. │ ├── js
  16. │ └── img
  17. ├── index.html
  18. └── pages
  19. └── page.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement