<!doctype html> <html lang=β{{ site.locale | slice: 0,2 | default: βenβ }}β>
<head> {% include head.html %} {% include styles.html %} </head> <body> {{ content }} {% include scripts.html %} </body>
</html>
<!doctype html> <html lang=β{{ site.locale | slice: 0,2 | default: βenβ }}β>
<head> {% include head.html %} {% include styles.html %} </head> <body> {{ content }} {% include scripts.html %} </body>
</html>