<!DOCTYPE html> <html lang={{ page.lang }}> {% include common/head.html %} <body> {{ content }} {% include common/footer.html %} </body> <script src={{ "/assets/js/index.js" | absolute_url }}></script> </html>