| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| (no file at all) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 {{ head | safe }} | |
| 5 <title>Page Title</title> | |
| 6 <link rel="stylesheet" href="/dist/css/main.min.css"> | |
| 7 <base href="https://www.example.com/news/index.html"> | |
| 8 <script src="/scripts/myscript.js"></script> | |
| 9 </head> | |
| 10 {{ body | safe }} | |
| 11 </html> | |
| LEFT | RIGHT |