website/_layouts/home.html (25 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> {% include head.html %} <body> <div class="socialBanner"> <div> Support Ukraine πŸ‡ΊπŸ‡¦ <a href="https://opensource.fb.com/support-ukraine"> Help Provide Humanitarian Aid to Ukraine </a> . </div> </div> {% include nav.html alwayson=true %} <div class="navPusher"> {% include header.html %} <div class="mainContainer"> <div id="main_wrap" class="wrapper mainWrapper homeWrapper"> {{ content }} </div> </div> {% include footer.html %} </div> </body> </html>