| OLD | NEW | 
|   1 <!DOCTYPE html> |   1 <!DOCTYPE html> | 
|   2 <html class="no-js"> |   2 <html class="no-js"> | 
|   3 <head> |   3 <head> | 
|   4   <meta charset="utf-8"> |   4   <meta charset="utf-8"> | 
|   5   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |   5   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | 
|   6   <title>{{ name }}</title> |   6   <title>{{ name }}</title> | 
|   7   <meta name="description" content="{{ description }}"> |   7   <meta name="description" content="{{ description }}"> | 
|   8   <meta name="keywords" content="{{ keywords }}"> |   8   <meta name="keywords" content="{{ keywords }}"> | 
|   9   <meta name="viewport" content="width=device-width"> |   9   <meta name="viewport" content="width=device-width"> | 
|  10   <meta property="og:title" content="{{ name }}"> |  10   <meta property="og:title" content="{{ name }}"> | 
| (...skipping 19 matching lines...) Expand all  Loading... | 
|  30   </header> |  30   </header> | 
|  31   <div class="wrap"> |  31   <div class="wrap"> | 
|  32     {% block body %}{% endblock %} |  32     {% block body %}{% endblock %} | 
|  33   </div> |  33   </div> | 
|  34   <footer> |  34   <footer> | 
|  35     <a href="https://creativecommons.org/licenses/by-sa/3.0/">©©</a> 2
    013 |  35     <a href="https://creativecommons.org/licenses/by-sa/3.0/">©©</a> 2
    013 | 
|  36     <a href="http://johan-nordberg.com/">Johan Nordberg</a> |  36     <a href="http://johan-nordberg.com/">Johan Nordberg</a> | 
|  37   </footer> |  37   </footer> | 
|  38 </body> |  38 </body> | 
|  39 </html> |  39 </html> | 
| OLD | NEW |