 Issue 29325987:
  Issue 616 - Add some tests for generic hide + block  (Closed)
    
  
    Issue 29325987:
  Issue 616 - Add some tests for generic hide + block  (Closed) 
  | Left: | ||
| Right: | 
| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <title>{{ title }}</title> | |
| 5 {% block head %} | |
| 6 {{ head|safe }} | |
| 7 {% endblock %} | |
| 8 </head> | |
| 9 <body> | |
| 10 {{ body|safe }} | |
| 11 </body> | |
| 12 </html> | |
| OLD | NEW |