| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html lang="{{ locale }}" | |
| 3 dir="{{ "rtl" if config.has_option("rtl", locale) else "ltr" }}"> | |
| 4 <head> | |
| 5 <meta charset="UTF-8"> | |
| 6 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| 7 <title>Style Guide Demo</title> | |
| 8 </head> | |
| 9 <body> | |
| 10 {% block body %} | |
| 11 {{body|safe}} | |
| 12 {% endblock %} | |
| 13 </body> | |
| 14 </html> | |
| OLD | NEW |