| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 {%- for script in backgroundScripts %} | 3 {%- for script in scripts %} |
| 4 <script type="application/javascript" src="{{ script }}"></script> | 4 <script type="application/javascript" src="{{ script }}"></script> |
| 5 {%- endfor %} | 5 {%- endfor %} |
| 6 </head> | 6 </head> |
| 7 <body> | 7 <body> |
| 8 </body> | 8 </body> |
| 9 </html> | 9 </html> |
| OLD | NEW |