| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>{{ title }}</title> | 4 <title>{{ title }}</title> |
| 5 <link rel="stylesheet" type="text/css" href="/css/testpages.css"/> | 5 <link rel="stylesheet" type="text/css" href="/css/testpages.css"/> |
| 6 <link rel="icon" type="image/png" sizes="32x32" href="/images/abp-32.png"> | |
| 6 </head> | 7 </head> |
| 7 <body> | 8 <body> |
| 8 | 9 |
| 9 <? include header ?> | 10 <? include header ?> |
| 10 | 11 |
| 11 {{ body|safe }} | 12 {{ body|safe }} |
| 12 | 13 |
| 13 <? include footer ?> | 14 <? include footer ?> |
| 14 | 15 |
| 15 </body> | 16 </body> |
| 16 </html> | 17 </html> |
| OLD | NEW |